dotfiles/.profile
2023-02-01 01:49:42 -05:00

15 lines
259 B
Bash

if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
rm ~/.bashrc ~/.bash_aliases ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
fi
# TODO remove eventually
if [ -f ~/.bash-fzfrc ] ; then
rm ~/.bash-fzfrc
fi
. ~/.bashrc