Light background

This commit is contained in:
Bartek Stalewski 2021-04-01 23:53:30 +02:00
parent 37bcd75df3
commit a8a249f050
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
alias grep='grep --color'
alias less='less -r'
if [ $(command -v bat) ]; then
alias cat='/usr/local/bin/bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Bright'
alias cat='/usr/local/bin/bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Light'
fi
if [ $(command -v exa) ]; then
alias ls='exa --group-directories-first'