Simplify bashrc Edits

Posted by SibProgrammer on October 07, 2010|Comments

Recently 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 :)