pick updates from ganymede

This commit is contained in:
Barak Michener 2020-06-04 17:09:07 -07:00
parent 48360b9169
commit 6a49e78789
7 changed files with 123 additions and 48 deletions

8
.zshrc
View file

@ -86,14 +86,8 @@ fi
if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
source /usr/local/bin/virtualenvwrapper_lazy.sh
else
if [ -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ]; then
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi
fi
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 zsh-wcomp zsh-wcompinstall >| "$fasd_cache"
@ -142,3 +136,5 @@ if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '
if [ $commands[kubectl] ]; then
source <(kubectl completion zsh)
fi
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"