Removed aliases from rc that were duped in aliases
Former-commit-id: 956f0fe231
This commit is contained in:
8
RCconfig.sh
Executable file
8
RCconfig.sh
Executable 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
|
||||
Reference in New Issue
Block a user