-
-
Save konfou/20422a20247a0cc4616e97a2d9877ed9 to your computer and use it in GitHub Desktop.
gist interface doesn't allow me to paste so I post my edited version on https://gitlab.com/snippets/1672613
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LOL!!1 | |
alias wtf='dmesg' | |
alias onoz='cat /var/log/errors.log' | |
alias rtfm='man' | |
alias visible='echo' | |
alias invisible='cat' | |
alias moar='more' | |
alias icanhas='mkdir' | |
alias donotwant='rm' | |
alias dowant='cp' | |
alias gtfo='mv' | |
alias hai='cd' | |
alias plz='pwd' | |
alias inur='locate' | |
alias nomz='ps -aux' | |
alias nomnom='killall' | |
alias cya='reboot' | |
alias kthxbai='halt' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment