4 lines
109 B
Bash
4 lines
109 B
Bash
#!/usr/bin/env bash
|
|
|
|
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && . $HOME/.tmuxinator/scripts/tmuxinator
|