diff options
Diffstat (limited to '')
-rw-r--r-- | .config/env | 2 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/env b/.config/env index 3bbd2c2..ea0d54c 100644 --- a/.config/env +++ b/.config/env @@ -25,7 +25,7 @@ export XDG_PICTURES_DIR="$HOME"/pics export XDG_VIDEOS_DIR="$HOME"/vids export XDG_RUNTIME_DIR=/var/run/"$USER" # Apps -export EDITOR='editorcmd' +export EDITOR='nvim' export VISUAL="${EDITOR}" export PAGER='less' export MANPAGER='less' diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 34cebac..323cd14 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -18,7 +18,7 @@ tree() { } alias hff='cd ~/dev/go/hardflip' alias \ - e='editorcmd' \ + e='nvim' \ vim='nvim' \ c='clear' \ less='less --tabs 4' \ |