From LedHed's Wiki
Revision as of 17:46, 3 November 2018 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Sometimes you need to make a change to your ~/.bashrc file (like uncomment 'll' on Debian systems SO ANNOYING!) but don't want to logout/ login for the changes to take effect. Here is a quick way to reload you bashrc (Bash RunComm) file.


Reload

source ~/.bashrc

or

. ~/.bashrc

^^ Shortcut


Reference

https://stackoverflow.com/questions/2518127/how-do-i-reload-bashrc-without-logging-out-and-back-in