User Tools

Site Tools


bash:aliases:local_vs_global

This is an old revision of the document!


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:

touch ~/.bash_aliases

Open up your .bash_aliases :

vi ~/.bash_aliases

Then, add a lines with the following to the file:

~/.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'

To apply the changes immediately to your bash profile without having to log out, simply run this:

. ~/.bashrc

or

. ~/.bash_profile
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