This commit is contained in:
2026-04-08 21:03:43 +02:00
parent e022516712
commit fb6289e032
4 changed files with 21 additions and 4 deletions
@@ -207,6 +207,22 @@ if (( $+commands[git] )); then
fi
fi
# jj
if (( $+commands[jj] )); then
jjc() {
jj describe -m "$*"
jj new
}
jjp() {
local branch pos
branch=${1:-master}
pos=${2:-@-}
jj bookmark move "$branch" --to "$pos"
jj git push
}
fi
# Global aliases (can be used as part of a command)
# wl-paste