Skip to content

Commit

Permalink
style: remove unnecessary code to set default terminal and browser
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnblck committed Jul 24, 2023
1 parent 84fdea0 commit 3ba7711
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions script/helpers/preferences
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,3 @@ for app in "Dashboard" "Dock" "Finder" "SystemUIServer" "Music"; do
killall "$app" > /dev/null 2>&1
done
unset app

# Set iTerm2 as the default terminal (not a defaults command, but useful)
open -a "iTerm"
killall "iTerm2"

# Set Chrome as the default browser
open -a "Google Chrome" --args --make-default-browser
killall "Google Chrome"

0 comments on commit 3ba7711

Please sign in to comment.