plugin mc, wrapper to use a shell compatible with mc

pull/2/head
jeremiejig 10 years ago committed by Bruno Pinto
parent 7f9ad833f3
commit 48d0a05042

@ -0,0 +1,8 @@
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
Loading…
Cancel
Save