Simplify bashrc Edits
Posted by SibProgrammer on October 07, 2010|
Comments
CommentsRecently I found interesting alias, which can simplify .bashrc edits. The alias is here:
alias bashrc='vi ~/.bashrc && source ~/.bashrc'
You’ll get bashrc command and it’ll be applied automatically after editing the file. Simple and cool :)
