From c8833a676321d1c70ac56c0eb61c560fffe2ff0a Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 31 May 2015 08:30:49 -0700 Subject: [PATCH] [split] Move tmux plugin to oh-my-fish/plugin-tmux https://github.com/oh-my-fish/plugin-tmux --- plugins/tmux/tmux.fish | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 plugins/tmux/tmux.fish diff --git a/plugins/tmux/tmux.fish b/plugins/tmux/tmux.fish deleted file mode 100644 index 67313ff..0000000 --- a/plugins/tmux/tmux.fish +++ /dev/null @@ -1,5 +0,0 @@ -# Force tmux to assume the terminal supports 256 colours. - -function tmux - command tmux -2 $argv -end