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
|
|
@ -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
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
~/.config/i3status: i3status/
|
~/.config/i3status: i3status/
|
||||||
~/.config/zsh: zsh/
|
~/.config/zsh: zsh/
|
||||||
~/.zshrc: zsh/.zshrc
|
~/.zshrc: zsh/.zshrc
|
||||||
|
~/.zshenv: zsh/.zshenv
|
||||||
~/.zprofile: zsh/.zprofile
|
~/.zprofile: zsh/.zprofile
|
||||||
~/.hgrc: hg/.hgrc
|
~/.hgrc: hg/.hgrc
|
||||||
~/.config/git: git
|
~/.config/git: git
|
||||||
|
|
@ -15,10 +16,10 @@
|
||||||
~/.pentadactylrc: pentadactyl/.pentadactylrc
|
~/.pentadactylrc: pentadactyl/.pentadactylrc
|
||||||
~/.Xresources: X/.Xresources
|
~/.Xresources: X/.Xresources
|
||||||
~/.Xdefaults: X/.Xdefaults
|
~/.Xdefaults: X/.Xdefaults
|
||||||
~/.profile: etc/.profile
|
|
||||||
~/.urlview: urlview/.urlview
|
~/.urlview: urlview/.urlview
|
||||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||||
~/.tmux.conf: tmux/.tmux.conf
|
~/.tmux.conf: tmux/.tmux.conf
|
||||||
~/.config/bspwm: bspwm/
|
~/.config/bspwm: bspwm/
|
||||||
~/.config/sxhkd: sxhkd/
|
~/.config/sxhkd: sxhkd/
|
||||||
~/.config/panel: panel/
|
~/.config/panel: panel/
|
||||||
|
~/.config/nvim: neovim/
|
||||||
|
|
|
||||||
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
|
||||||
|
|
@ -70,7 +70,3 @@ eval $(dircolors $HOME/.config/zsh/dircolors.256dark)
|
||||||
|
|
||||||
autoload -U select-word-style
|
autoload -U select-word-style
|
||||||
select-word-style bash
|
select-word-style bash
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/bin
|
|
||||||
|
|
||||||
[ -f ~/.profile ] && source ~/.profile
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue