Plugin to start tmux with support for 256 colours

pull/2/head
Kris Leech 11 years ago
parent 9dffac9150
commit 7436fc848a

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