diff options
Diffstat (limited to 'fish/functions/edit.fish')
-rw-r--r-- | fish/functions/edit.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/edit.fish b/fish/functions/edit.fish new file mode 100644 index 000000000000..83f6eb854f7d --- /dev/null +++ b/fish/functions/edit.fish @@ -0,0 +1,3 @@ +function edit + emacsclient -no-wait $argv +end \ No newline at end of file |