Push zsh things in the correct files
This commit is contained in:
parent
44bce4e991
commit
f45febbc37
4 changed files with 19 additions and 12 deletions
17
zsh/.zshenv
Normal file
17
zsh/.zshenv
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue