From e1322f25e68a986d5b169b10addfb3eb4a192ee2 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sat, 22 Dec 2018 22:42:59 +1100 Subject: [PATCH] vim > nano --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index eb0c76e..5e631ea 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -24,7 +24,7 @@ WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' #Allow bash-style comments setopt interactivecomments -export EDITOR='nano' +export EDITOR='vim' # Timestamp in history command ("mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd") HIST_STAMPS="dd.mm.yyyy" -- 2.43.2