[bash] Run git status right away once the shortcut is triggered

This commit is contained in:
Sebastian Schulze 2023-09-04 21:25:43 +02:00
parent d5aacb6cdf
commit 0b22ae4f90
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ bind '"\eggf" gf'
bind '"\egcm" gcm' bind '"\egcm" gcm'
bind '"\eggbb" gbb' bind '"\eggbb" gbb'
bind '"\eggp" git push' bind '"\eggp" git push'
bind '"\eggs" "git status"' bind '"\eggs" "git status\n"'
bind '"\egpa" "for remote in $(git remote); git push ${remote}; end"' bind '"\egpa" "for remote in $(git remote); git push ${remote}; end"'
# SSH Quick Jump # SSH Quick Jump