Difference between revisions of "Aliases in .bashrc"

m
imported>Aaditya
imported>AdRn
Line 58: Line 58:




To edit '''.bashrc''' itself
To edit '''.bashrc''' itself and automatically reload bash configuration file (so that changes made to .bashrc can be implemented in current terminal session)


  alias bashrc="nano ~/.bashrc"
  alias bashrc="nano ~/.bashrc && source .bashrc"  
 
 
To reload the bash configuration file (so that changes made to .bashrc can be implemented in current terminal session)
 
alias bashre="source .bashrc"




Anonymous user