From 71aeb2f2a7307e3fa3b8c7a6f5e3e86cb0949835 Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 8 Dec 2019 14:28:31 +0100 Subject: [PATCH] changed editor to vim in .zprofile --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 15daec6..78fe4d7 100644 --- a/.zprofile +++ b/.zprofile @@ -7,7 +7,7 @@ pb() { echo "$1" | nc pb.24unix.net 9999 } -export EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"' +export EDITOR='vim' export PATH=/usr/local/libexec/gnubin:$PATH