diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
commit | efadbafb79535ebfafd37494e3e61cbdbfa4a4ec (patch) | |
tree | 6171106df751164d4f7127a6e841ce57fbddaa8a /zshrc | |
parent | b3d0341eba9615bfa05449762da36527f4ef4193 (diff) |
Fix password for gmail
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |