diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:59:03 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:59:03 +0200 |
| commit | ef9e297ee7cec55b3d2ee2eeae63f466206e1a24 (patch) | |
| tree | 1fe10b5484982ae855f70a767961bfc025b8ab67 /fish/functions/m.fish | |
| parent | 502a762ab860f6befa40e8503dd69ea712a86a94 (diff) | |
| download | dots-ef9e297ee7cec55b3d2ee2eeae63f466206e1a24.tar.gz | |
Add first dump of fish config files
Diffstat (limited to 'fish/functions/m.fish')
| -rw-r--r-- | fish/functions/m.fish | 4 |
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 |