diff --git a/plugins/mc/mc.fish b/plugins/mc/mc.fish new file mode 100644 index 0000000..8b7a2dd --- /dev/null +++ b/plugins/mc/mc.fish @@ -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 +