Commit 48d0a050 authored by jeremiejig's avatar jeremiejig Committed by Bruno Pinto

plugin mc, wrapper to use a shell compatible with mc

parent 7f9ad833
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment