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