Auto Update
This commit is contained in:
parent
257d344a43
commit
1729968e32
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ if [ -d ~/git/dotfiles ] ; then
|
||||||
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done)
|
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
||||||
|
|
||||||
export POKE=true
|
export POKE=true
|
||||||
|
|
||||||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue