Switch color scheme for cat command and fix broken command

This commit is contained in:
Tony Grosinger 2021-11-04 12:47:24 -07:00
parent a359b50ee8
commit aa55c67ec9

View File

@ -1,6 +1,6 @@
# Navigation
alias ls="exa --long --header --git --group"
alias cat="bat --theme=GitHub"
alias cat="bat --theme=\"Visual Studio Dark+\""
alias tree="exa --tree"
alias la="ls -lhA"
@ -28,7 +28,7 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then
eval $(keychain --nogui --eval --quiet ${keyname})
done
bind -x '"\C-r"':reset
# bind -x '"\C-r"':reset
fi
# Applications