small update
This commit is contained in:
parent
4632b5d39b
commit
b7f03054d4
3 changed files with 23 additions and 6 deletions
6
.zshrc
6
.zshrc
|
|
@ -86,8 +86,14 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue