diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index fd4b60d..af8810b 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -116,3 +116,5 @@ function _zkhx() { } [ "$TERM" = "xterm-kitty" ] && alias ssh="TERM=xterm ssh" + +alias strip_jira="sed 's/\[\{0,1\}[a-zA-Z]*-[0-9]*\]\{0,1\}//g'"