summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2016-03-04 15:38:08 +0100
committerPeter Bex <peter@more-magic.net>2016-03-04 15:38:08 +0100
commit6dba518d2685c977ef58187b829667e04839f98b (patch)
tree8178a202a884c1128ba57ae052b6504479f89d46
parente47778e17314e6d2a177c1df96bffc5db21c33b4 (diff)
downloadvps-builder-6dba518d2685c977ef58187b829667e04839f98b.tar.gz
Set EDITOR as well, because nano is just too painful
-rw-r--r--assets/zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/zsh/zshrc b/assets/zsh/zshrc
index e012aac..970e271 100644
--- a/assets/zsh/zshrc
+++ b/assets/zsh/zshrc
@@ -47,3 +47,5 @@ zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
# Enable dir colors
eval "$(dircolors -b)"
alias ls='ls --color=auto'
+
+EDITOR=vi