User Tools

Site Tools


bash:aliases:local_vs_global

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:aliases:local_vs_global [2020/05/05 19:57] – created peterbash: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 ~/.bash_aliases 
-</code> 
- 
-Open up your .bash_aliases : 
- 
-vi ~/.bash_aliases 
- 
-Then, add a lines with the following to the file: 
- 
-<file bash ~/.bash_aliases> 
-alias apt='sudo apt-get' 
-alias update='sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove && sudo apt-get autoclean' 
-</file> 
- 
-To apply the changes immediately to your bash profile without having to log out, simply run this: 
- 
-<code bash> 
-. ~/.bashrc 
-</code> 
- 
-or 
- 
-<code bash> 
-. ~/.bash_profile 
-</code> 
- 
  
bash/aliases/local_vs_global.1588708671.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki