macos: Add sup alias for pkg-update script
This commit is contained in:
parent
54c9142884
commit
6e6d062107
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue