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