From d42a57a1e2e94f5c3d1714952e318e8a178e63c7 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Thu, 25 May 2017 18:49:49 +0200 Subject: [PATCH] add alias for vi --- functions/vi.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/vi.fish diff --git a/functions/vi.fish b/functions/vi.fish new file mode 100644 index 0000000..c58943d --- /dev/null +++ b/functions/vi.fish @@ -0,0 +1,3 @@ +function vi --description 'use vim instead of vi' + command vim $argv +end