From efadbafb79535ebfafd37494e3e61cbdbfa4a4ec Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 4 Aug 2015 14:05:12 +0200 Subject: Fix password for gmail --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index d7555a7..0cfa521 100644 --- a/zshrc +++ b/zshrc @@ -159,15 +159,15 @@ fi # Colors # export TERM=xterm-256color -export COLORSCHEME=dark +export COLORSCHEME=light function colo { # Change colors for current session - $HOME/.bin/recolor.sh < ~/.Xresources.$1 + $HOME/.bin/recolor.sh < ~/.Xresources/Xresources.$1 # Load Xresources file for future sessions - xrdb ~/.Xresources.$1 + xrdb ~/.Xresources/Xresources.$1 # Change environment variable export COLORSCHEME=$1 -- cgit v1.2.3