Auto Update
This commit is contained in:
parent
c4b9f94a5a
commit
8297b3d05b
1 changed files with 2 additions and 1 deletions
3
.profile
3
.profile
|
@ -2,7 +2,8 @@ if [ -d ~/git/dotfiles ] ; then
|
||||||
bash ~/git/dotfiles/pull.sh
|
bash ~/git/dotfiles/pull.sh
|
||||||
rm ~/.bashrc ~/.bash_aliases ~/.profile
|
rm ~/.bashrc ~/.bash_aliases ~/.profile
|
||||||
(cd ~/git/dotfiles
|
(cd ~/git/dotfiles
|
||||||
ln ./.bash* ../../
|
ln ./.bashrc ../../
|
||||||
|
ln ./.bash_aliases ../../
|
||||||
ln ./.profile ../../)
|
ln ./.profile ../../)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue