Created
August 22, 2022 04:47
-
-
Save ivankovnatsky/c84542eebd8f199f2d0792c55c63befc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Specify the preferences directory | |
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.iterm2" | |
# Tell iTerm2 to use the custom preferences in the directory | |
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment