dotfiles/.profile
2023-01-08 04:36:29 -05:00

11 lines
194 B
Bash

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