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