update with new paths
This commit is contained in:
parent
3daddd4098
commit
613813a285
2 changed files with 12 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue