update zsh config

This commit is contained in:
2026-07-26 23:36:02 +02:00
parent cdf5c6e541
commit 678cfb76ba
19 changed files with 223 additions and 107 deletions
+3 -2
View File
@@ -121,7 +121,7 @@ copy() {
# wget
if (( $+commands[wget] )); then
alias wget="wget -c "
alias wget="wget -c"
fi
# pacman
@@ -233,6 +233,7 @@ if (( $+commands[jj] )); then
pos=${2:-@-}
jj bookmark move "$branch" --to "$pos"
jj git push
unfunction default_branch
}
alias jja="jj log -r 'all()' -T builtin_log_detailed"
@@ -242,7 +243,7 @@ fi
# wl-paste
if (( $+commands[wl-paste] )); then
alias -g C="| wl-copy"
alias -g COPY="| wl-copy"
fi
# Redirects