From 9de97768c59ff9386fd461bdedb7a9d4b0000ccd Mon Sep 17 00:00:00 2001 From: Ashley Dev Date: Tue, 17 May 2011 17:10:42 -0700 Subject: [PATCH] add aliases for editing zsh files and sourcing them --- custom/aliases.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index e77ed8bb..cd8b0bd2 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -50,7 +50,8 @@ alias v.='vim .' alias v='vim ~/.vimrc' alias VS='vim -S Session.vim' -alias zs='source ~/.zshrc; source ~/.zshenv' +alias z='vim -o ~/.zshenv ~/.oh-my-zsh/custom/aliases.zsh ~/.zshrc' +alias zs='source ~/.zshrc' if [[ -x "${commands[htop]}" ]]; then