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