From ea4b5cb5d6e135396c5234003b807892cfed3428 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 21 May 2024 10:55:28 +0200 Subject: [PATCH] minor changes --- config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config.fish b/config.fish index 4a02aea..0544d0f 100644 --- a/config.fish +++ b/config.fish @@ -207,6 +207,7 @@ if command -v git >/dev/null 2>&1 alias ga='git add' alias gcm='git commit' alias gp='git pull --recurse-submodule=on-demand' + alias gpu='git push --recurse-submodule=on-demand' end # ─< fastfetch >────────────────────────────────────────────────────────────────────────────