diff --git a/.zprofile b/.zprofile index 40f47552..883160fb 100644 --- a/.zprofile +++ b/.zprofile @@ -74,9 +74,7 @@ fi TMPPREFIX="${TMPDIR%/}/zsh" -# stuff that checks if it's added to the .zshrc exipliclty export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # other common env vars source ~/.setenv diff --git a/.zshrc b/.zshrc index 936eafa4..e0acf602 100644 --- a/.zshrc +++ b/.zshrc @@ -41,3 +41,5 @@ if [[ `uname` =~ 'CYGWIN.*' ]]; then fi alias benice="ionice -c3 nice -n20" + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh