From 3e2d61f54fe90bcf46b541d311c5f6121185dd36 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 19 May 2025 10:21:12 +0200 Subject: [PATCH] Add gp shell alias --- shell/alias | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/alias b/shell/alias index 0664bc5..a003c76 100644 --- a/shell/alias +++ b/shell/alias @@ -21,6 +21,7 @@ alias tmux='tmux -2' alias w='watch -t -d -n 1' alias wmu='wake-me-up' alias tmfa='tmux-fzf' +alias gp='git push $(git remote | fzf --select-1 --preview='"'ls -l'"') $(git rev-parse --abbrev-ref HEAD)' bat_theme() { if [ -e $HOME/.dark ]