Compare commits
No commits in common. "3a4053e2e2a4b9b38fe3d7272c39d007ef95d5cc" and "3f55ae7bbc66774e7dd0cf4ba1d982dfee5009c8" have entirely different histories.
3a4053e2e2
...
3f55ae7bbc
1 changed files with 3 additions and 10 deletions
13
.zshrc
13
.zshrc
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue