dotfiles/.profile
2023-01-07 03:16:13 -05:00

6 lines
82 B
Bash

. ~/.bashrc
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
fi