[F] Fix iterm2

This commit is contained in:
Hykilpikonna
2023-07-05 21:53:25 -04:00
parent f80de798d3
commit a9d71dcffa
+1 -1
View File
@@ -58,5 +58,5 @@ check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty"
# macOS only
if [[ $OSTYPE == 'darwin'* ]]; then
check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/.config/macOS/com.googlecode.iterm2.plist"
check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist"
fi