I've decided to make a thread where you can post funny aliases for commands. These are some examples from the YKYAGW thread. It started with a lolspeak reference...
SlickRick said: YKYAGW yur .bashrc file now looks like dis
alias do_want='sudo apt-get install'
alias do_not_want='sudo apt-get remove'
alias i_can_haz='sudo apt-get install'
alias im_in_yur='cd'
alias kthxbai='exit'
alias invisbl='fg' #send job to foreground
alias visabl='echo'
alias caturday='date'
alias not_amuzed='killall'
alias oh_noez='reboot'
alias nomnomnom='rm'
alias rly='sudo'
If anyone haz suggestions on how I could improve it, plz feel free to mention them but those are the commands I mostly use. Apart from 'fg' but I couldn't have visabl and not have invisabl.
GepettoBR said: I tip my hat to you, and I have some suggestions:
alias longcat='less'
alias all_ur_base='cd /'
alias d00d='man'
alias lolcat='cat'
alias OC='sudo apt-get update'
alias srs_bsns='sudo su'
EDIT: Does alias accept wildcards? If so, alias wat $1='$1 --help' is also funneh.
you add these to your .bashrc file in your home folder. To edit it, simply type ``` sudo gedit ~/.bashrc