From 7926f27dc4d8aee1916665f16236b1504d663336 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 12 Dec 2017 13:25:49 +0000 Subject: [PATCH] Update to latest versions --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 3ba5491..22d783c 100644 --- a/.bashrc +++ b/.bashrc @@ -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