Back to black.

This commit is contained in:
Bartek Stalewski 2021-04-05 15:41:38 +02:00
parent b60987a5bd
commit 5b38c3dd1c
3 changed files with 4 additions and 4 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\ Light'
alias cat='/usr/local/bin/bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Bright'
fi
if [ $(command -v exa) ]; then
alias ls='exa --group-directories-first'