Compare commits
2 commits
3f55ae7bbc
...
3a4053e2e2
Author | SHA1 | Date | |
---|---|---|---|
3a4053e2e2 | |||
6474b5f18c |
1 changed files with 10 additions and 3 deletions
13
.zshrc
13
.zshrc
|
@ -53,8 +53,15 @@ DIRSTACKSIZE=20
|
|||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
# source fzf
|
||||
. /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||
|
||||
# source 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