Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@ma4a
ma4a / custom.bashrc
Created September 21, 2017 08:51
customized .bashrc
# 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'