projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
change dotfiles according to my latest setup (bspwm as wm for xfce)
[~bandali/configs]
/
zsh
/
.zshrc.local
Commit
Line
Data
686c6d84
AB
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