Compare commits

..

No commits in common. "3a4053e2e2a4b9b38fe3d7272c39d007ef95d5cc" and "3f55ae7bbc66774e7dd0cf4ba1d982dfee5009c8" have entirely different histories.

13
.zshrc
View file

@ -53,15 +53,8 @@ DIRSTACKSIZE=20
GPG_TTY=$(tty) GPG_TTY=$(tty)
export GPG_TTY export GPG_TTY
# source fzf
. /usr/share/doc/fzf/examples/key-bindings.zsh
# source banner # source banner
. ~/.banner . ~/.banner
# source fzf
if [ -e "/usr/share/doc/fzf/examples/key-bindings.zsh" ] ; then
. /usr/share/doc/fzf/examples/key-bindings.zsh
fi
# source virtualenvwrapper
if [ -e "/usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh" ] ; then
. /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi