Merge branch 'master' of git.berlin:m/dotfiles-server

This commit is contained in:
Matthias Kretschmann 2017-05-26 00:24:57 +02:00
commit b1dd73b461
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ alias ...="cd ../.."
alias ~="cd ~"
# Update All The Things
alias update='sudo apt-get update && sudo apt-get upgrade -y'
alias update='sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get clean && sudo apt-get autoremove'
# Copy public key to pasteboard
alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | printf '=> Public key copied to pasteboard.\n'"