Added mud alias to zshrc
This commit is contained in:
parent
0e23f06bf0
commit
d5e75313d1
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -34,7 +34,7 @@ alias v="vim"
|
|||
alias agu="sudo apt-get update"
|
||||
alias agdu="sudo apt-get dist-upgrade"
|
||||
alias acs="apt-cache search"
|
||||
alias agi="sudo apt-get install && rehash"
|
||||
alias agi="sudo apt-get install"
|
||||
alias purge="sudo apt-get --purge autoremove"
|
||||
alias c="clear && fortune"
|
||||
alias s="screen -r -d"
|
||||
|
@ -50,6 +50,7 @@ alias rmrf="rm -rf"
|
|||
alias vbm="VBoxManage"
|
||||
alias r='rdesktop-vrdp -k de -K localhost'
|
||||
alias gitserv='git daemon --verbose --reuseaddr --base-path=. --export-all ./.git'
|
||||
alias mud='telnet bl.mud.at 5678'
|
||||
|
||||
alias -g C='| wc -l'
|
||||
alias -g G='| grep'
|
||||
|
|
Loading…
Add table
Reference in a new issue