aboutsummaryrefslogtreecommitdiff
path: root/stow/rcs/.bashrc
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-12-25 01:23:47 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2023-12-25 01:23:47 +0100
commit45c2d1cab7d97d4d908bbc50d4dc22cc71ec8ee9 (patch)
tree5ba7941d9436970d62be4ece092d14dcf11d71bb /stow/rcs/.bashrc
parent965b2159c0a3328f86fcb72fa551820e24e7949c (diff)
downloadconfigs-45c2d1cab7d97d4d908bbc50d4dc22cc71ec8ee9.tar.gz
configs-45c2d1cab7d97d4d908bbc50d4dc22cc71ec8ee9.zip
Added some shields to shell initialization scripts.
Diffstat (limited to 'stow/rcs/.bashrc')
-rw-r--r--stow/rcs/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/rcs/.bashrc b/stow/rcs/.bashrc
index ea22e1f..241f261 100644
--- a/stow/rcs/.bashrc
+++ b/stow/rcs/.bashrc
@@ -53,5 +53,5 @@ PS1="${keys}[${wd}\u${keys}@${wd}\h${keys}]${wd}\w${umode}\$${def} "
[ -f "$XDG_CONFIG_HOME/rcs/device_aliases" ] && . "$XDG_CONFIG_HOME/rcs/device_aliases"
# fzf goodies
-. /usr/share/fzf/key-bindings.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"