refactor: remove update-wezterm function

This commit is contained in:
Price Hiller 2022-07-01 11:54:51 -05:00
parent ea8b830185
commit 82e6b9ae26

View File

@ -30,10 +30,6 @@ if [[ "$OSTYPE" = "darwin"* ]]; then
# LLDB
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
update_wezterm() {
brew upgrade --cask wezterm-nightly --no-quarantine --greedy-latest
}
fi
### OPTS ###