From 0b22ae4f9058a23b379861b3dbe74fab5e9f455a Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 4 Sep 2023 21:25:43 +0200 Subject: [PATCH] [bash] Run git status right away once the shortcut is triggered --- dot_config/bash/shortcuts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/bash/shortcuts.sh b/dot_config/bash/shortcuts.sh index 9cd1b39..5094584 100644 --- a/dot_config/bash/shortcuts.sh +++ b/dot_config/bash/shortcuts.sh @@ -40,7 +40,7 @@ bind '"\eggf" gf' bind '"\egcm" gcm' bind '"\eggbb" gbb' bind '"\eggp" git push' -bind '"\eggs" "git status"' +bind '"\eggs" "git status\n"' bind '"\egpa" "for remote in $(git remote); git push ${remote}; end"' # SSH Quick Jump