[split] Move mc plugin to oh-my-fish/plugin-mc

https://github.com/oh-my-fish/plugin-mc
This commit is contained in:
Justin Hileman 2015-05-31 08:30:49 -07:00
parent 5f6388df08
commit fe70294401

View File

@ -1,8 +0,0 @@
function mc --description "Visual shell for Unix-like systems."
set -lx SHELL sh
if which bash > /dev/null
set SHELL (which bash)
end
command mc $argv
end