Skip to content

Instantly share code, notes, and snippets.

@choallin
Last active July 13, 2016 11:54
Show Gist options
  • Save choallin/11185802 to your computer and use it in GitHub Desktop.
Save choallin/11185802 to your computer and use it in GitHub Desktop.
ubuntu config
#du -h damit es lesbare werte ausgibt
alias du='du -h'
#update check kürzer
alias agu='sudo apt-get update'
#install kürzer
alias agi='sudo apt-get install'
#upgrade
alias agugr='sudp apt-get upgrade'
#Touchpad deaktivieren und Mitteilung ausgeben
#alias dtp='xinput disable "CyPS/2 Cypress Trackpad" | notify-send "Touchpad deaktiviert" '
#Touchpad aktivieren und Mitteilung ausgeben
#alias atp='xinput enable "CyPS/2 Cypress Trackpad" | notify-send "Touchpad aktiviert" '
#Hanami console starten
alias hc='bundle exec hanami console'
#Hanami im richtigen Kontext ausführen
alias hanami='bundle exec hanami'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment