diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-10T22·04+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-10T23·07+0000 |
commit | b6a803d99d06523543cbd4a9a8155c5f5baf3e92 (patch) | |
tree | bfd842e3640de5b962b5686cc0b295bc2c091f43 /configs | |
parent | 452a8fd4c7d8eff165587b8b7dbbc9eedd10b2e5 (diff) |
Configure bat to use a different theme
Whatever bat's default theme for syntax highlight is, I cannot read it with my current theme.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.config/nixpkgs/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index c5765a843cff..76dce2f21b2b 100644 --- a/configs/.config/nixpkgs/home.nix +++ b/configs/.config/nixpkgs/home.nix @@ -76,7 +76,7 @@ shellAliases = { c = "xclip -selection clipboard -i"; p = "xclip -selection clipboard -o"; - cat = "bat"; + cat = "bat --theme='Monokai Extended Light'"; rgh = "rg --hidden"; fdh = "fd --hidden"; tpr = "tput reset"; |