I hereby claim:
- I am ma4a on github.
- I am matze7 (https://keybase.io/matze7) on keybase.
- I have a public key ASAyqvyXPuSJcjcto-Q47zDCWrWYE_L-wLGsdf-Zy8goOwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # customizations for bash command line | |
| # alternative path /etc/bash.bashrc | |
| # you can store this file in e.g. /etc/custom.bashrc and reference the file using 'source /etc/custom.bashrc' inside the /etc/bash.bashrc file to keep customizations at a separate place | |
| #ALIAS commands to customize commands and create shortcuts | |
| alias ..='cd ..' | |
| alias app='apropos ' | |
| alias ag="sudo apt-get update && sudo apt-get install && sudo apt-get upgrade" #install all available software updates (prompt for final install decision) | |
| alias c='clear' |