add suu* alias.

Suu is Finnish and means mouth.
This commit is contained in:
Mika Suomalainen 2013-02-04 10:52:58 +02:00
parent 4aeda02bc8
commit 9403ab5bb6
2 changed files with 4 additions and 2 deletions

3
bashrc
View File

@ -406,8 +406,9 @@ alias info="echo 'I don't know anyone who likes and uses info pages, so I aliase
# To have less handle ls colours
alias less="less -R "
# "su -" with sudo
# "su -" with/without sudo
alias ssu="sudo -i "
alias suu="su -"
# systemd runlevels/targets
alias currenttargets="systemctl list-units --type=target"

3
zshrc
View File

@ -369,8 +369,9 @@ alias history="history -i "
# To have less handle ls colours
alias less="less -R "
# "su -" with sudo
# "su -" with/without sudo
alias ssu="sudo -i "
alias suu="su -"
# Fedora Utils http://satya164.github.com/fedorautils/
alias fedorautils="\fedorautils -c"