latest modules
This commit is contained in:
parent
cf67c85370
commit
e5ea54d768
8 changed files with 11 additions and 7 deletions
4
.zshrc
4
.zshrc
|
|
@ -83,6 +83,10 @@ if [ -f ~/.bash_aliases ]; then
|
|||
source ~/.bash_aliases
|
||||
fi
|
||||
|
||||
if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
|
||||
source /usr/local/bin/virtualenvwrapper_lazy.sh
|
||||
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