diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-12 10:33:27 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-12 10:33:27 +0100 |
commit | 21273fccab1765a30aa8cd26412030482306c5c9 (patch) | |
tree | 14e38cecf80f5d876c9fc48307d6b512c81521aa /.zsh | |
parent | 5e17418f1eef06e97bb621edf53530437df8b14f (diff) |
Adapt to arch linux
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/functions | 2 | ||||
-rw-r--r-- | .zsh/tmp | 2 | ||||
-rw-r--r-- | .zsh/zshrc | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.zsh/functions b/.zsh/functions index 557d1af..fcc1e9c 100644 --- a/.zsh/functions +++ b/.zsh/functions @@ -3,7 +3,7 @@ function colo { # Change colors for current session - $HOME/.bin/recolor.sh < ~/.Xresources/$1 + $HOME/bin/recolor.sh < ~/.Xresources/$1 # Load Xresources file for future sessions xrdb ~/.Xresources/$1 @@ -1,3 +1,3 @@ #!/bin/zsh -export COLORSCHEME=light +export COLORSCHEME=dark @@ -46,4 +46,5 @@ if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then esac fi + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |