Removed aliases from rc that were duped in aliases

Former-commit-id: 956f0fe231
This commit is contained in:
Brad Ganley
2021-07-15 13:35:23 -05:00
parent 3fcea975a7
commit a3a1d662dd
3 changed files with 115 additions and 223 deletions

8
RCconfig.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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