changed editor to vim in .zprofile

This commit is contained in:
tracer 2019-12-08 14:28:31 +01:00
parent 4aaada38ca
commit 71aeb2f2a7
1 changed files with 1 additions and 1 deletions

View File

@ -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