Auto Update
This commit is contained in:
parent
b6aa53a8a4
commit
bd94904ca2
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ if [ -d ~/git/dotfiles/source ]; then
|
||||||
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
for f in ~/git/dotfiles/source/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source headscale autocompletion script
|
|
||||||
if [ -f ~/.autoheadscale ]; then
|
|
||||||
. ~/.autoheadscale
|
|
||||||
fi
|
|
||||||
|
|
||||||
# set prompt colors and style
|
# set prompt colors and style
|
||||||
if [ -f ~/.PS1 ]; then
|
if [ -f ~/.PS1 ]; then
|
||||||
source ~/.PS1
|
source ~/.PS1
|
||||||
|
|
Loading…
Reference in a new issue