Fixed call to pull.sh
This commit is contained in:
parent
7268778f14
commit
bf23eb19ec
1 changed files with 4 additions and 1 deletions
3
.profile
3
.profile
|
@ -1,2 +1,5 @@
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
||||||
|
if [ -d ~/git/dotfiles ] ; then
|
||||||
bash ~/git/dotfiles/pull.sh
|
bash ~/git/dotfiles/pull.sh
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue