From b0f343cd27a9802b0b76c49692a70149b76fc40d Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 21 Apr 2020 17:25:07 +0200 Subject: [PATCH] aliases: add gl5 and pvim --- aliases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases.sh b/aliases.sh index 4416bc8..736c174 100755 --- a/aliases.sh +++ b/aliases.sh @@ -66,7 +66,9 @@ alias ssh1="ssh -o ControlMaster=no" # git: useful_stuff alias git_sort_branches_by_date="git for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short) %(refname:short)'" +alias gl5='git log -n 5' +alias pvim='poetry run vim' # grc: try to source the definitions file in /etc/grc.zsh (print a warning if it does not exist) if [[ -f /etc/grc.zsh ]] ; then