mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-08 20:31:59 +00:00
Enable easy 'tmux auto start' configuration
This commit is contained in:
10
scripts/handle_tmux_automatic_start/osx_disable.sh
Executable file
10
scripts/handle_tmux_automatic_start/osx_disable.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source "$CURRENT_DIR/../variables.sh"
|
||||
|
||||
main() {
|
||||
rm "$osx_auto_start_file_path" > /dev/null 2>&1
|
||||
}
|
||||
main
|
Reference in New Issue
Block a user