summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/functions/m.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/private_fish/functions/m.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/private_fish/functions/m.fish b/dot_config/private_fish/functions/m.fish
new file mode 100644
index 0000000..929a0e4
--- /dev/null
+++ b/dot_config/private_fish/functions/m.fish
@@ -0,0 +1,3 @@
+function m --wraps=micro --description 'alias m micro'
+ micro $argv;
+end