removed broken script file

This commit is contained in:
Brad Ganley 2021-07-15 13:38:42 -05:00
parent 956f0fe231
commit 34066227cc

View File

@ -1,8 +0,0 @@
#!/bin/bash
mv ~/.bashrc ~/bak.bashrc
mv ~/.bash_aliases ~/bak.bash_aliases
ln -s .bashrc ~/.bashrc
ln -s .bash_aliases ~/.bash_aliases
chmod 777 .bashrc
chmod 777.bash_aliases
source .bashrc