1
0
Fork 0

Fix shell things

This commit is contained in:
Jeremy Kaplan 2017-09-23 01:36:50 -07:00
commit a5d3b8fb82
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,6 @@ $TAKO_SETTINGS.auto_pushd = True
$WORKON_HOME = $HOME + '/.virtualenvs'
$XDG_CONFIG_HOME = $HOME + '/.config'
$SXHKD_SHELL = '/bin/sh'
$EDITOR = 'emacs'
$VISUAL = $EDITOR

View file

@ -18,4 +18,4 @@ fi
export LOCAL_SESSION
export SXHKD_SHELL='/bin/sh'
export SHELL=$(which zsh)