From 8f3f56b771166abede8aafa303d290f68887993a Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 8 Aug 2022 18:59:38 +0200 Subject: [PATCH] Revert "use use nvim -p by default" This reverts commit ad7f30759b10303028ec177008d72941fdcb7a01. --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d67dbfe..3e17a4c 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -19,7 +19,7 @@ fi # Set preferred editor. # Add Defaults env_keep += "SSH_CONNECTION" to /etc/sudoers.d/ssh_vars if type nvim >& -; then - VISUAL="$(command -v nvim) -p" + VISUAL="$(command -v nvim)" elif command -v emacsclient > /dev/null; then export EMACS_SOCKET_NAME="${HOME}/.emacs.d/server/server" if pgrep -f "emacs --daemon" > /dev/null; then