summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-07-20 11:20:37 +0200
committerBotond Hende <nettingman@gmail.com>2024-07-20 11:20:37 +0200
commitbede35d0bd59ae26b4855c9c4c16f7eab5c36beb (patch)
tree47b7091778f6ddb037e37aaf6a2067b5e2b877e5 /home
parent6847fbacd6d25b343e416e8fee6b85b68fd34cf8 (diff)
git-list-assume-unchanged alias
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.zshrc b/home/.zshrc
index 89d8940..f962c41 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -131,6 +131,7 @@ alias pacman-remove-orphans="pacman -Rsn \$(pacman -Qdtq)"
alias nope='fc -p $HISTFILE; unset HISTFILE; PROMPT="${PROMPT/$/%F{gray\}$}"'
alias yapp='fc -P; PROMPT=$DEFAULT_PROMPT'
alias magick-webp="magick -define webp:lossless=true"
+alias git-list-assume-unchanged="git ls-files -v | \grep '^h'"
# Pentest
alias ssh_single='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'