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

View file

@ -1,7 +0,0 @@
export EDITOR='emacs'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh
export XDG_CONFIG_HOME=$HOME/.config

View file

@ -6,6 +6,7 @@
~/.config/i3status: i3status/
~/.config/zsh: zsh/
~/.zshrc: zsh/.zshrc
~/.zshenv: zsh/.zshenv
~/.zprofile: zsh/.zprofile
~/.hgrc: hg/.hgrc
~/.config/git: git
@ -15,10 +16,10 @@
~/.pentadactylrc: pentadactyl/.pentadactylrc
~/.Xresources: X/.Xresources
~/.Xdefaults: X/.Xdefaults
~/.profile: etc/.profile
~/.urlview: urlview/.urlview
~/.config/user-dirs.dirs: etc/user-dirs.dirs
~/.tmux.conf: tmux/.tmux.conf
~/.config/bspwm: bspwm/
~/.config/sxhkd: sxhkd/
~/.config/panel: panel/
~/.config/nvim: neovim/

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

View file

@ -70,7 +70,3 @@ eval $(dircolors $HOME/.config/zsh/dircolors.256dark)
autoload -U select-word-style
select-word-style bash
export PATH=$PATH:$HOME/bin
[ -f ~/.profile ] && source ~/.profile