Real git prune alias

This commit is contained in:
Armel van Ravels
2026-02-05 17:04:50 +01:00
parent bc9dfc098e
commit eb1c9e9fb4
3 changed files with 15 additions and 3 deletions

View File

@@ -12,9 +12,6 @@
};
initContent = ''
alias git-prune="git fetch -p && git branch -vv | grep ': gone]' | grep -v '*' | awk '{print \$1}' | xargs -r git branch -D"
# Use kitty's ssh helper if running inside kitty
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"