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