Difference between revisions of "Aliases in .bashrc"
Views
Actions
Namespaces
Variants
Tools
m
→For editing commonly used files
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" | ||