projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76002025c8c1247f6c872019497e498e4d0edc98
[~bandali/configs]
/
zsh
/
.zshrc.local
1
# Base16 Shell
2
BASE16_SCHEME="thewildhunt"
3
BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh"
4
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
5
6
PATH="$HOME/.local/bin:$PATH"
7