mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-21 10:38:49 +00:00
Only add macOS .plist file if contents have changed
Saving this file triggers a notification saying that a background item was added. This happens on startup, every time. It is annoying. Fixes: https://github.com/tmux-plugins/tmux-continuum/issues/118
This commit is contained in:
parent
3e4bc35da4
commit
e8be48e5e9
@ -65,6 +65,8 @@ main() {
|
||||
local tmux_start_script_path="${CURRENT_DIR}/osx_${strategy}_start_tmux.sh"
|
||||
|
||||
local launchd_plist_file_content="$(template "$tmux_start_script_path" "$fullscreen_option_value")"
|
||||
echo "$launchd_plist_file_content" > "$osx_auto_start_file_path"
|
||||
if ! diff "$osx_auto_start_file_path" <(echo "$launchd_plist_file_content") &>/dev/null ; then
|
||||
echo "$launchd_plist_file_content" > "$osx_auto_start_file_path"
|
||||
fi
|
||||
}
|
||||
main
|
||||
|
Loading…
Reference in New Issue
Block a user