We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2136ab2 commit 1d9b14aCopy full SHA for 1d9b14a
1 file changed
guix/modules/home/base.scm
@@ -73,7 +73,7 @@
73
(home-bash-configuration
74
(aliases '(("grep" . "grep -P -i -n -H -q -R --devices=read --color=auto")
75
(".." . "cd ..")
76
- ("bat" . "bat --color auto --decorations auto --paging never --theme=base16")
+ ("bat" . "bat --color auto --decorations auto --paging never --theme=base16-256")
77
("eza" . "eza -l -X --color auto --icons auto --hyperlink -a --group-directories-first --smart-group -h --changed --git")
78
("ip" . "ip -color=auto")
79
("df" . "df -H")
0 commit comments