This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Place the content of this script at the bottom of your ~/.bashrc file (or ~/.zshrc if you are using ZSH). | |
# Please be ensure that your shell doesn't have any alias or plugin with the following names: paci, pacu, pacr, pacq, pacd, pacl | |
# Replace 'pacman' with 'pacaur' if you want to use it instead, | |
PMG="pacman" | |
if [ "$PMG" = "pacman" ]; then | |
ELEVATOR="sudo" | |
elif [ "$PMG" = "pacaur" ]; then | |
ELEVATOR="" |