mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Plugin to start tmux with support for 256 colours
This commit is contained in:
parent
9dffac9150
commit
7436fc848a
5
plugins/tmux/tmux.fish
Normal file
5
plugins/tmux/tmux.fish
Normal file
@ -0,0 +1,5 @@
|
||||
# Force tmux to assume the terminal supports 256 colours.
|
||||
|
||||
function tmux
|
||||
command tmux -2 $argv
|
||||
end
|
Loading…
Reference in New Issue
Block a user