Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: create autolaunch folder if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed Jun 22, 2021
1 parent b62eac3 commit 56016d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/install_and_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,15 @@ install_tmux_integration() {
fi
}

# hot fix (can be removed after v1.0.45)
install_iterm_integration() {
mkdir -p ~/Library/Application\ Support/iTerm2/Scripts/AutoLaunch/
}

install_fig
append_to_profiles
setup_onboarding
install_fish_integration
install_tmux_integration
install_iterm_integration
echo success

0 comments on commit 56016d5

Please sign in to comment.