summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2023-06-27 17:07:05 +0000
committerTyler Davis <tydavis@gmail.com>2023-06-27 17:07:05 +0000
commitda7bc168a00996cc5640f4894938c543992aafcf (patch)
treea725f20df2ae464aad04b01b6651de5888d8c6fa
parent24b42cb982c028220a69551a39dea1deb65e80fa (diff)
downloaddotfiles-da7bc168a00996cc5640f4894938c543992aafcf.tar.gz
dotfiles-da7bc168a00996cc5640f4894938c543992aafcf.zip
zsh: more nvim removal
-rw-r--r--.zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.zshrc b/.zshrc
index c2cb468..cf76b18 100644
--- a/.zshrc
+++ b/.zshrc
@@ -95,7 +95,6 @@ if [ "$(command -v code)" ]; then
else
export EDITOR="vim"
export VISUAL="vim"
- alias nvim="vim"
fi
# Ensure less always uses the one-page, raw control characters, and no-init settings
@@ -103,11 +102,6 @@ export LESS=FRX
# Defaults
alias ls='/bin/ls -F'
-## Override defaults
-if [ "$(command -v nvim)" ]; then
- alias vim="nvim"
-fi
-
## Zstd always uses all cores
if [ "$(command -v zstd)" ]; then
alias zstd='zstd -T0'