From 5d8850389fc063c20303282fe1fa44c2d172af34 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 25 Mar 2022 08:36:41 +0100 Subject: [PATCH] aliaes: cleanup --- aliases.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/aliases.zsh b/aliases.zsh index 5b40c08..4177022 100755 --- a/aliases.zsh +++ b/aliases.zsh @@ -64,9 +64,6 @@ alias ssh1="ssh -o ControlMaster=no" alias git-sort-branches-by-date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'" alias gswr="git-switch-recent-branch" alias gl5='git log -n 5' - -alias pvim='poetry run vim' - alias gs='git status' alias gcfx='git-fixup' alias gls="git log --pretty=oneline --abbrev-commit" # gls: Git Log Short