Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d33ea9bc1b
commit 37523a52f8
15 changed files with 160 additions and 270 deletions

View File

@@ -24,7 +24,7 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v"
if [[ -x $(which fzf 2> /dev/null) ]]; then
if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim"
fi