fix EDITOR var

This commit is contained in:
TheK4n 2022-09-26 22:14:16 +03:00
parent 065e09a080
commit 4d496587b1

View File

@ -1,7 +1,7 @@
umask 0077
export EDITOR="/usr/bin/env nvim"
export EDITOR="nvim"
export HISTSIZE=10000
export HISTFILESIZE=10000