From a9d71dcffa969f724570cf6747764930ce65c839 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 5 Jul 2023 21:53:25 -0400 Subject: [PATCH] [F] Fix iterm2 --- scripts/includes/config-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/includes/config-sync.sh b/scripts/includes/config-sync.sh index a8bd3ce..3154066 100644 --- a/scripts/includes/config-sync.sh +++ b/scripts/includes/config-sync.sh @@ -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