diff options
author | Botond Hende <nettingman@gmail.com> | 2024-07-20 11:20:37 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-07-20 11:20:37 +0200 |
commit | bede35d0bd59ae26b4855c9c4c16f7eab5c36beb (patch) | |
tree | 47b7091778f6ddb037e37aaf6a2067b5e2b877e5 /home | |
parent | 6847fbacd6d25b343e416e8fee6b85b68fd34cf8 (diff) |
git-list-assume-unchanged alias
Diffstat (limited to 'home')
-rw-r--r-- | home/.zshrc | 1 |
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' |