Merge pull request #99 from krisleech/tmux-plugin

Plugin to start tmux with support for 256 colours
This commit is contained in:
Bruno 2014-01-13 11:35:00 -08:00
commit 4625caed75

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