mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
[auto plugin] remove sudo alias
This commit is contained in:
parent
c890c7ea0d
commit
ba76e0a70c
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
[ $(id -u) -eq 0 ] && return
|
||||
|
||||
alias s="sudo"
|
||||
|
||||
function pacman() {
|
||||
case $1 in
|
||||
-S | -S[^sih]* | -R* | -U*) sudo pacman $* ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue