From ee6f0596471233e5beeb604d74c07ea18d344015 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 9 Apr 2025 23:11:52 +0200 Subject: [PATCH] Add quick pr checkout alias --- home/.config/shell/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/shell/aliases b/home/.config/shell/aliases index b649c01..ca39447 100755 --- a/home/.config/shell/aliases +++ b/home/.config/shell/aliases @@ -201,6 +201,7 @@ alias gd='git diff' alias gdc='git diff --cached' alias gundo='git reset --soft HEAD~' alias gredo="git reset 'HEAD@{1}'" +alias gpr="gh pr checkout" # Youtube-dl aliases alias ytv-best='youtube-dl -f bestvideo+bestaudio'