add about-plugin metadata chmod -x plugins cleanup filenames to standardize on x.plugin.bash format only plugin files intended to be executable from the command line should contain a shebang line, and should be a+x.
5 lines
161 B
Bash
5 lines
161 B
Bash
cite about-plugin
|
|
about-plugin 'sources tmuxinator script if available'
|
|
|
|
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && . $HOME/.tmuxinator/scripts/tmuxinator
|