From 23fa10a1e37960ca3f65a2e8f9eff74d40ab3826 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 1 Aug 2022 20:07:27 +0200 Subject: [PATCH] ZSH: vs alias --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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=""