dotfiles/.profile
2023-01-08 10:01:17 -05:00

10 lines
164 B
Bash

if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
rm ~/.bash* ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
fi
. ~/.bashrc