dotfiles/.profile

11 lines
195 B
Plaintext
Raw Normal View History

2022-12-27 19:32:49 -05:00
. ~/.bashrc
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
2023-01-08 04:44:14 -05:00
# . ~/git/dotfiles/.profile &&
2023-01-08 04:36:29 -05:00
rm ~/.bash* ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
2023-01-07 03:16:13 -05:00
fi