summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2025-12-12 15:49:57 +0100
committerpks <pks@pks.rocks>2025-12-12 15:49:57 +0100
commit6dd88149c6172e22168884e70304896ce331e037 (patch)
tree75d0b1a081d553e73060250ce4463f9d8ff9049a /zsh
parentec01a19180f30f3b48e923b6c0704c299c13778c (diff)
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ba081c7..8dd203a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -196,7 +196,7 @@ if [[ $? == 0 ]]; then
maybe_add_dir_to_path $HOME/.R
fi
-export EDITOR='vim -p'
+export EDITOR='nvim -p'
alias qmv='qmv -evim -fdo'
export LC_ALL=en_US.UTF-8