hmmm pretty colourz

This commit is contained in:
Felix Van der Jeugt 2015-05-04 20:23:46 +02:00
parent bbace2976d
commit a3ec83cbdf
3 changed files with 219 additions and 3 deletions

4
zshrc
View file

@ -55,3 +55,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
# Don't type that config location al the time.
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
# Base16 Shell
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL