Auto Update
This commit is contained in:
parent
b054a4fc8e
commit
26efa3ccbf
1 changed files with 6 additions and 1 deletions
7
.profile
7
.profile
|
@ -1,5 +1,10 @@
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
||||||
if [ -d ~/git/dotfiles ] ; then
|
if [ -d ~/git/dotfiles ] ; then
|
||||||
bash ~/git/dotfiles/pull.sh
|
bash ~/git/dotfiles/pull.sh
|
||||||
|
. ~/git/dotfiles/.profile &&
|
||||||
|
rm ~/.bash* ~/.profile
|
||||||
|
(cd ~/git/dotfiles
|
||||||
|
ln ./.bash* ../../
|
||||||
|
ln ./.profile ../../)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue