mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-10-31 20:58:47 +00:00
11 lines
190 B
Bash
Executable File
11 lines
190 B
Bash
Executable File
#!/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
|