Auto Update
This commit is contained in:
parent
9ba21d9cb8
commit
96b2980333
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
# fetch uninstalled package names when attempting command (arch only)
|
||||||
PKG_COMP=/usr/share/doc/pkgfile/command-not-found.bash
|
PKG_COMP=/usr/share/doc/pkgfile/command-not-found.bash
|
||||||
[[ -f $PKG_COMP ]] . $PKG_COMP
|
[[ -f $PKG_COMP ]] && . $PKG_COMP
|
||||||
|
|
||||||
if [ -d ~/.fzf ]; then
|
if [ -d ~/.fzf ]; then
|
||||||
source ~/.fzf/completion.bash
|
source ~/.fzf/completion.bash
|
||||||
|
|
Loading…
Reference in a new issue