Auto Update

This commit is contained in:
matt1432 2023-01-26 14:49:35 -05:00
parent e4911227c1
commit c1c31018ac

View file

@ -3,14 +3,14 @@
# updates all dotfiles on the system
rm ../../.bash* ../../.profile /root/.bash* /etc/nanorc ../../.PS1 /root/.PS1
ln ./.bash* /root
cp ./.bash* /root
ln ./.bash* ../../
ln ./.profile ../../
rm /root/.bashrc /root/.profile
cp .bashrc /root
cp .profile /root
ln ./nanorc /etc/nanorc
cp ./nanorc /etc/nanorc
# changes PS1 prompts
SERV_COLOR="32"