From 55c72aa7100985e4d3c26f29bdf06a35cf66b055 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 31 Oct 2019 15:28:56 +0100 Subject: zsh: update conf --- .config/zsh/rc/alias.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/zsh/rc/alias.rc') diff --git a/.config/zsh/rc/alias.rc b/.config/zsh/rc/alias.rc index f95432c..060dc02 100755 --- a/.config/zsh/rc/alias.rc +++ b/.config/zsh/rc/alias.rc @@ -148,6 +148,9 @@ alias mutt="neomutt -F ~/.mail_config/mutt/muttrc" ####### alias v="nvim" +alias vim="nvim" + +alias zconf="nvim $ZDOTDIR/**/* $ZDOTDIR/.zshrc ~/.zshenv" # Miscellaneous -- cgit v1.2.3-54-g00ecf