dotfiles/.profile
2023-02-01 01:45:14 -05:00

10 lines
201 B
Bash

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