dotfiles/.profile

6 lines
82 B
Plaintext
Raw Normal View History

2022-12-27 19:32:49 -05:00
. ~/.bashrc
2023-01-07 03:16:13 -05:00
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
fi