You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
432 B
26 lines
432 B
# LOL!!1 |
|
# Source: http://aur.archlinux.org/packages/lolbash/lolbash/lolbash.sh |
|
|
|
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'
|
|
|