1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

two aliases set to 'ss', clobbering rails script/server

This commit is contained in:
Dylan Clendenin 2010-05-04 02:49:48 +08:00 committed by Robby Russell
parent 1d03ea5342
commit 9efc086fb3

View file

@ -21,7 +21,6 @@ alias -- -='cd -'
# Super user
alias _='sudo'
alias ss='sudo su -'
#alias g='grep -in'