Update OSX aliases

This commit is contained in:
Lynda Wang
2020-08-02 14:03:26 -04:00
committed by Michael Campagnaro
parent 12018878a4
commit 68239029dd
2 changed files with 3 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ brew_packages=(
'vim'
'sdl'
'tree'
'rmtrash'
)
brew tap homebrew/core
for package in "${brew_packages[@]}"