Compare commits
2 Commits
5eba1e82d2
...
bc9dfc098e
| Author | SHA1 | Date | |
|---|---|---|---|
| bc9dfc098e | |||
| fd5e8f39da |
@@ -12,6 +12,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
initContent = ''
|
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
|
# Use kitty's ssh helper if running inside kitty
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user