From 45c2d1cab7d97d4d908bbc50d4dc22cc71ec8ee9 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 25 Dec 2023 01:23:47 +0100 Subject: Added some shields to shell initialization scripts. --- stow/rcs/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stow/rcs/.bashrc') 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" -- cgit v1.2.1