diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-04T09·58+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-04T09·58+0200 |
commit | ea7e25d25d8735c3b3c37bdd6a33a7b6478705f6 (patch) | |
tree | a855c32657d06d53fc6e0341dfd3dfe9abcd6211 /fish/functions/edit.fish | |
parent | 613c12af106e7614fc3aabab1c67ab8fc800602f (diff) |
Updated fish shell with VC prompt and right pwd
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 |