projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add zsh configs
[~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