alias pacman with sudo

This commit is contained in:
2022-06-17 11:59:10 +03:00
parent 9aab4d1786
commit ab85c3efdf

View File

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