News

$ . ~/.bashrc This command will read your .bashrc file and make all of its aliases active. It could affect other settings, but only if any have been changed since your login.
To reverse this setting, use set -o history. To make it permanent, you can add it to your .bashrc file, though failing to make use of command history altogether is generally not a good idea.