summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-07-15 21:48:28 +0200
committerBotond Hende <nettingman@gmail.com>2024-07-15 21:48:28 +0200
commit1c79c8ef82b4005799bf15c60180999b6e8e35a5 (patch)
tree79ce8c7e866495c117a701c67a9cb0cffef3349b /home
parent07febdb4f4a6a6988594bd5a85bcc1ddc0d6b0eb (diff)
magick-webp 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 5a0b807..4c6ce79 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -129,6 +129,7 @@ alias susp='swaylock --image ~/.selfconfigs/sway/lock.png &; systemctl suspend'
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"
# Pentest
alias ssh_single='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'