Enable customizing 'tmux auto start' for OS X

This commit is contained in:
Bruno Sutic
2015-02-18 15:14:11 +01:00
parent 61ff39584a
commit dd82e770bd
3 changed files with 31 additions and 1 deletions

View File

@ -19,5 +19,9 @@ auto_restore_halt_file="${HOME}/tmux_no_auto_restore"
auto_start_option="@resurrect-auto-tmux-start"
auto_start_default="off"
# comma separated list of additional options for tmux auto start
auto_start_config_option="@resurrect-auto-tmux-start-options"
auto_start_config_default=""
osx_auto_start_file_name="Tmux.Start.plist"
osx_auto_start_file_path="${HOME}/Library/LaunchAgents/${osx_auto_start_file_name}"