Remove visudo related aliases.

They broke arguments.
This commit is contained in:
Mika Suomalainen 2012-01-29 09:23:13 +02:00
parent d92952c9f2
commit 670d409ae5
3 changed files with 1 additions and 10 deletions

5
bashrc
View File

@ -265,11 +265,6 @@ alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.
# I think that "theme" is more describing than "prompt".
alias theme="prompt "
# Hard way teached me to
alias vipw="\vipw && \vipw -s && \vipw -g && \visudo"
alias visudo="\visudo && \vipw && \vipw -g && \vipw -s"
alias vigr="\vigr && \vigr -s && \vigr -p && \visudo"
## -- Start of aliases which are saved from Ubuntu default bashrc. --
# enable color support of ls and also add handy aliases

1
s Normal file
View File

@ -0,0 +1 @@

5
zshrc
View File

@ -208,11 +208,6 @@ alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.
# I think that "theme" is more describing than "prompt".
alias theme="prompt "
# Hard way teached me to
alias vipw="\vipw && \vipw -s && \vipw -g && \visudo"
alias visudo="\visudo && \vipw && \vipw -g && \vipw -s"
alias vigr="\vigr && \vigr -s && \vigr -p && \visudo"
## -- Start of aliases which are saved from Ubuntu default bashrc. --
# enable color support of ls and also add handy aliases