Update to latest versions

This commit is contained in:
David Morgan 2017-12-12 13:25:49 +00:00
parent 011cf16b80
commit 7926f27dc4
1 changed files with 2 additions and 2 deletions

View File

@ -585,8 +585,8 @@ if [ -f ~/.fzf.bash ]; then
# [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash
fi
if [ -f . /usr/local/bin/tmuxp.bash ]
. . /usr/local/bin/tmuxp.bash
if [ -f /usr/local/bin/tmuxp.bash ]; then
. /usr/local/bin/tmuxp.bash
fi
true