From 6177533de9c421b3c21afed9896ece3e0178bbc1 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 29 Jul 2016 15:49:49 +0100 Subject: [PATCH] Whitespace --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 819b97d..ecc9a5a 100644 --- a/.bashrc +++ b/.bashrc @@ -538,11 +538,11 @@ if [[ "x$OS" == "xWindows_NT" ]]; then [[ -d $WIN_HOME/workspaces ]] && export WORKSPACES=$WIN_HOME/workspaces fi -if [ -f ~/.fzf.bash ]; then +if [ -f ~/.fzf.bash ]; then . ~/.fzf.bash else - [ -f /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash - [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash + [ -f /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash + [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash fi true