Revert "alias pacman with sudo"

This reverts commit ab85c3efdf.
This commit is contained in:
2022-06-18 18:32:29 +03:00
parent 6c03e5b8a6
commit a6bdeb13ef

View File

@@ -17,7 +17,7 @@ declare -A aliases=(
["ll"]="ls -l" ["ll"]="ls -l"
["ed"]="$EDITOR" ["ed"]="$EDITOR"
["c"]="clear" ["c"]="clear"
["pacman"]="sudo pacman --color auto" ["pacman"]="pacman --color auto"
["yay"]="yay --color auto" ["yay"]="yay --color auto"
["q"]="exit" ["q"]="exit"
["tree"]="tree -C" ["tree"]="tree -C"