Plugin to start tmux with support for 256 colours

This commit is contained in:
Kris Leech 2013-12-07 15:36:40 +00:00
parent 9dffac9150
commit 7436fc848a

5
plugins/tmux/tmux.fish Normal file
View File

@ -0,0 +1,5 @@
# Force tmux to assume the terminal supports 256 colours.
function tmux
command tmux -2 $argv
end