diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-06-27 17:07:05 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-06-27 17:07:05 +0000 |
commit | da7bc168a00996cc5640f4894938c543992aafcf (patch) | |
tree | a725f20df2ae464aad04b01b6651de5888d8c6fa | |
parent | 24b42cb982c028220a69551a39dea1deb65e80fa (diff) | |
download | dotfiles-da7bc168a00996cc5640f4894938c543992aafcf.tar.gz dotfiles-da7bc168a00996cc5640f4894938c543992aafcf.zip |
zsh: more nvim removal
-rw-r--r-- | .zshrc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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' |