bash:aliases:local_vs_global
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bash:aliases:local_vs_global [2020/05/05 19:57] – created peter | bash:aliases:local_vs_global [2020/05/05 20:21] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH - Aliases - Local vs Global ====== | ||
- | |||
- | Assuming you are using Bash, create a .bash_aliases file in your users home directory, if it already doesn’t exist: | ||
- | |||
- | <code bash> | ||
- | touch ~/ | ||
- | </ | ||
- | |||
- | Open up your .bash_aliases : | ||
- | |||
- | vi ~/ | ||
- | |||
- | Then, add a lines with the following to the file: | ||
- | |||
- | <file bash ~/ | ||
- | alias apt=' | ||
- | alias update=' | ||
- | </ | ||
- | |||
- | To apply the changes immediately to your bash profile without having to log out, simply run this: | ||
- | |||
- | <code bash> | ||
- | . ~/.bashrc | ||
- | </ | ||
- | |||
- | or | ||
- | |||
- | <code bash> | ||
- | . ~/ | ||
- | </ | ||
- | |||
bash/aliases/local_vs_global.1588708671.txt.gz · Last modified: 2020/07/15 09:30 (external edit)