moving the $PATH extention to .zprofile

This commit is contained in:
Rodolphe Breard 2015-01-16 11:37:57 +01:00
parent 11a416d7e8
commit be8dadac9d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,6 @@
if [ -d "$HOME/bin" ]; then
export PATH="$PATH:$HOME/bin"
fi
# pip zsh completion start # pip zsh completion start
function _pip_completion { function _pip_completion {

3
.zshrc
View file

@ -5,9 +5,6 @@ CLICOLOR=1
export EDITOR='emacs' export EDITOR='emacs'
export PAGER='less' export PAGER='less'
export USER_NICKNAME="Rodolphe Breard" export USER_NICKNAME="Rodolphe Breard"
if [ -d "$HOME/bin" ]; then
export PATH="$PATH:$HOME/bin"
fi
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
bindkey -e bindkey -e