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.
7 lines
175 B
Bash
7 lines
175 B
Bash
# make sure that tmux is launched in 256 color mode
|
|
|
|
cite about-plugin
|
|
about-plugin 'make sure that tmux is launched in 256 color mode'
|
|
|
|
alias tmux="TERM=xterm-256color tmux"
|