1
0
Fork 0

Push zsh things in the correct files

This commit is contained in:
Jeremy Kaplan 2016-06-06 15:23:55 -04:00
commit f45febbc37
4 changed files with 19 additions and 12 deletions

17
zsh/.zshenv Normal file
View file

@ -0,0 +1,17 @@
export PATH=$PATH:$HOME/bin
export EDITOR='emacs'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh
export XDG_CONFIG_HOME=$HOME/.config
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_CLIENT" ] || [ -n "$SSH_CLIENT" ]; then
SHELL_TYPE='remote/ssh'
else
SHELL_TYPE='local'
fi
export SHELL_TYPE