5 lines
82 B
Bash
5 lines
82 B
Bash
. ~/.bashrc
|
|
|
|
if [ -d ~/git/dotfiles ] ; then
|
|
bash ~/git/dotfiles/pull.sh
|
|
fi
|