macos: Add sup alias for pkg-update script

This commit is contained in:
Saibotk 2022-09-09 00:46:32 +02:00
parent 54c9142884
commit 6e6d062107
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -7,6 +7,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
alias ls="/opt/homebrew/opt/coreutils/libexec/gnubin/ls"
alias reloaddns="dscacheutil -flushcache && sudo killall -HUP mDNSResponder"
alias composer="php -d memory_limit=-1 /opt/homebrew/bin/composer"
alias sup="$DOTFILES/macos/bin/pkg-update"
fi
# Linux specifics