diff --git a/.zshrc b/.zshrc index 4659ea0..3b6fef1 100644 --- a/.zshrc +++ b/.zshrc @@ -111,6 +111,7 @@ setopt transient_rprompt # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" alias e="${EDITOR}" +alias r="${EDITOR} -R" alias vi="${EDITOR}" alias mem='free -mt' alias df='df -hT'