From be8dadac9d5bb97334095eb5ffcbd911d3b44d90 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 16 Jan 2015 11:37:57 +0100 Subject: [PATCH] moving the $PATH extention to .zprofile --- .zprofile | 3 +++ .zshrc | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zprofile b/.zprofile index 3f100be..93af0da 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,6 @@ +if [ -d "$HOME/bin" ]; then + export PATH="$PATH:$HOME/bin" +fi # pip zsh completion start function _pip_completion { diff --git a/.zshrc b/.zshrc index 562710d..8d6df2a 100644 --- a/.zshrc +++ b/.zshrc @@ -5,9 +5,6 @@ CLICOLOR=1 export EDITOR='emacs' export PAGER='less' 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 bindkey -e