feat: strip jira-style ids utility

This commit is contained in:
Matthew Ryan Dillon 2025-01-08 07:41:44 -05:00
parent 34031bddec
commit 481f1e7b04

View file

@ -116,3 +116,5 @@ function _zkhx() {
} }
[ "$TERM" = "xterm-kitty" ] && alias ssh="TERM=xterm ssh" [ "$TERM" = "xterm-kitty" ] && alias ssh="TERM=xterm ssh"
alias strip_jira="sed 's/\[\{0,1\}[a-zA-Z]*-[0-9]*\]\{0,1\}//g'"