Fix shell things
This commit is contained in:
parent
0f52962d93
commit
a5d3b8fb82
2 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ $TAKO_SETTINGS.auto_pushd = True
|
||||||
|
|
||||||
$WORKON_HOME = $HOME + '/.virtualenvs'
|
$WORKON_HOME = $HOME + '/.virtualenvs'
|
||||||
$XDG_CONFIG_HOME = $HOME + '/.config'
|
$XDG_CONFIG_HOME = $HOME + '/.config'
|
||||||
$SXHKD_SHELL = '/bin/sh'
|
|
||||||
$EDITOR = 'emacs'
|
$EDITOR = 'emacs'
|
||||||
$VISUAL = $EDITOR
|
$VISUAL = $EDITOR
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,4 @@ fi
|
||||||
|
|
||||||
export LOCAL_SESSION
|
export LOCAL_SESSION
|
||||||
|
|
||||||
export SXHKD_SHELL='/bin/sh'
|
export SHELL=$(which zsh)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue