summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-07-08 14:48:02 +0200
committerTom Barrett <tom@tombarrett.xyz>2023-07-08 14:48:02 +0200
commit0039908addac751c165395ebc3ead5220becd68a (patch)
tree0f3d52b20d98d2cfd3924f352e93081dbebdcbd9 /.zshrc
parent577ba06877f68ba269f35778d1a1349437eb0b7a (diff)
nixos and vim
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index bc999f0..3de4048 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,10 +16,10 @@ path=( "$HOME/bin"
"/run/current-system/sw/bin"
)
export PATH
-EDITOR=nvim
+EDITOR=vim
export EDITOR
-autoload -Uz compinit
+autoload -Uz compinit
compinit
zmodload zsh/complist
zstyle ':completion:*' menu select
@@ -51,7 +51,6 @@ bindkey '^e' edit-command-line
alias ls='ls --color'
alias la='ls -la --color'
-alias vim='nvim'
alias listen='mpv --no-video'
#alias mpv='mpv -vo=drm'