diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,11 +75,11 @@ export -f wsd #PS1='[\u@\h \W]\$ ' +# fzf # Accomodate different base prefix on termux [ -d "$HOME/../usr" ] && base=.. -# fzf -. $base/usr/share/fzf/completion.bash -. $base/usr/share/fzf/key-bindings.bash +[ -f "$base/usr/share/fzf/completion.bash" ] && . "$base/usr/share/fzf/completion.bash" +[ -f "$base/usr/share/fzf/key-bindings.bash" ] && . "$base/usr/share/fzf/key-bindings.bash" unset base # Display git status in prompt |
