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 diff --git a/windows/build_insider.sh b/windows/build_insider.sh index 2d6bc0f1..10bb1c53 100644 --- a/windows/build_insider.sh +++ b/windows/build_insider.sh @@ -2,6 +2,8 @@ set -e +chmod ao-rwx ~/.ssh/id_rsa + DOTFILES_PATH="$HOME/dev/dotfiles" mkdir -pv $HOME/dev/ ln -vfs "$OUTER_CLONE/.gitconfig.cygwin" $HOME/.gitconfig