summaryrefslogtreecommitdiff
path: root/home/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.zshrc')
-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'