mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
Merge pull request #99 from krisleech/tmux-plugin
Plugin to start tmux with support for 256 colours
This commit is contained in:
commit
4625caed75
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