updated mac.sh

pull/16/head
Hari Sekhon 8 months ago
parent 93979c299d
commit 1199bb8647

@ -30,6 +30,11 @@ is_mac || return
alias osash="osascript -i"
alias osashell=osash
if [ -x /opt/homebrew/bin/brew ]; then
# shellcheck disable=SC2046
eval $(/opt/homebrew/bin/brew shellenv)
fi
date(){
gdate "$@"
}

Loading…
Cancel
Save