Auto Update
This commit is contained in:
parent
0eb05cd3ed
commit
9ba21d9cb8
1 changed files with 4 additions and 4 deletions
|
@ -40,12 +40,12 @@ if [ -d ~/git/dotfiles/source ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set prompt colors and style
|
# set prompt colors and style
|
||||||
[[ -f ~/.PS1 ]] && . ~/.PS1 || PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
[[ -f ~/.PS1 ]] && . ~/.PS1 ||
|
||||||
|
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)
|
||||||
if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then
|
PKG_COMP=/usr/share/doc/pkgfile/command-not-found.bash
|
||||||
source /usr/share/doc/pkgfile/command-not-found.bash
|
[[ -f $PKG_COMP ]] . $PKG_COMP
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -d ~/.fzf ]; then
|
if [ -d ~/.fzf ]; then
|
||||||
source ~/.fzf/completion.bash
|
source ~/.fzf/completion.bash
|
||||||
|
|
Loading…
Reference in a new issue