summaryrefslogtreecommitdiffstats
path: root/fish/functions/m.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/m.fish')
-rw-r--r--fish/functions/m.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/m.fish b/fish/functions/m.fish
new file mode 100644
index 0000000..2d9e4c5
--- /dev/null
+++ b/fish/functions/m.fish
@@ -0,0 +1,4 @@
+function m --wraps=mise --wraps='mise run' --description 'alias m mise run'
+ mise run $argv
+
+end