From 21273fccab1765a30aa8cd26412030482306c5c9 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 12 Aug 2015 10:33:27 +0100 Subject: Adapt to arch linux --- .zsh/functions | 2 +- .zsh/tmp | 2 +- .zsh/zshrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to '.zsh') 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 diff --git a/.zsh/tmp b/.zsh/tmp index aab86c2..1282040 100644 --- a/.zsh/tmp +++ b/.zsh/tmp @@ -1,3 +1,3 @@ #!/bin/zsh -export COLORSCHEME=light +export COLORSCHEME=dark diff --git a/.zsh/zshrc b/.zsh/zshrc index f08eee4..b7a6c33 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -46,4 +46,5 @@ if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then esac fi + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3