diff options
| author | Peter Bex <peter@more-magic.net> | 2016-03-04 15:38:08 +0100 | 
|---|---|---|
| committer | Peter Bex <peter@more-magic.net> | 2016-03-04 15:38:08 +0100 | 
| commit | 6dba518d2685c977ef58187b829667e04839f98b (patch) | |
| tree | 8178a202a884c1128ba57ae052b6504479f89d46 | |
| parent | e47778e17314e6d2a177c1df96bffc5db21c33b4 (diff) | |
| download | vps-builder-6dba518d2685c977ef58187b829667e04839f98b.tar.gz | |
Set EDITOR as well, because nano is just too painful
| -rw-r--r-- | assets/zsh/zshrc | 2 | 
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 | 
