diff --git a/.zshrc b/.zshrc index c4b6e89..cc486b4 100644 --- a/.zshrc +++ b/.zshrc @@ -173,6 +173,10 @@ alias gcf="git commit --fixup=@" alias ga="git add" alias gp="git push" +alias e="$EDITOR" +alias o='handlr open' +alias vs="nvim -S Session.vim" + # Simple calculator function calc() { local result=""