Harry Potter Linux Aliases

So today I finally go around to add aliases to my bash profile . As I’m huge Harry Potter fan I decided to merge the two, so I use Harry Potter spells .

alias accio='sudo apt-get install'
alias ak='kill -9' # Avada Kedavra is just too long, an to hard to spell
alias portus='cd /home'
alias scourgify='sudo apt-get remove'
alias mischief-managed='sudo shutdown –h now'

Any other suggestions .