From 96b2980333a15e9ccf560933e3a51d3cc6ad2746 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 26 Mar 2023 01:33:25 -0400 Subject: [PATCH] Auto Update --- files/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.bashrc b/files/.bashrc index 34cbfa3..a8a15e3 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -45,7 +45,7 @@ PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' # fetch uninstalled package names when attempting command (arch only) PKG_COMP=/usr/share/doc/pkgfile/command-not-found.bash -[[ -f $PKG_COMP ]] . $PKG_COMP +[[ -f $PKG_COMP ]] && . $PKG_COMP if [ -d ~/.fzf ]; then source ~/.fzf/completion.bash