dotfiles/.profile

10 lines
164 B
Plaintext
Raw Normal View History

2023-01-07 03:16:13 -05:00
if [ -d ~/git/dotfiles ] ; then
2023-01-08 04:36:29 -05:00
bash ~/git/dotfiles/pull.sh
rm ~/.bash* ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
2023-01-07 03:16:13 -05:00
fi
2023-01-08 10:01:17 -05:00
. ~/.bashrc