From 613813a285fef216f57d0a9e42dc1784492a5ffd Mon Sep 17 00:00:00 2001 From: Ali Moeeny Date: Sat, 24 Sep 2016 07:53:36 -0400 Subject: [PATCH] update with new paths --- runcoms/zpreztorc | 1 + runcoms/zshrc | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index c3169e2f..7a09c5cd 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -178,5 +178,6 @@ export GOPATH=/Users/ali export PATH=$PATH:/usr/local/opt/go/libexec/bin export RBENV_ROOT=/usr/local/var/rbenv +export PATH=$PATH:/Users/ali/Documents/omnisharp-server/OmniSharp/bin/Debug/ diff --git a/runcoms/zshrc b/runcoms/zshrc index 68bc15fa..56229668 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -12,9 +12,19 @@ fi # Customize to your needs... -[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh +[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh source ~/.fzf.zsh [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh +export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk +export ANDROID_HOME=/usr/local/opt/android-sdk +export MONO_GAC_PREFIX="/usr/local" + +fasd_cache="$HOME/.fasd-init-zsh" +if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then + fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install >| "$fasd_cache" +fi +source "$fasd_cache" +unset fasd_cache \ No newline at end of file