diff options
author | Botond Hende <nettingman@gmail.com> | 2024-07-15 21:48:28 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-07-15 21:48:28 +0200 |
commit | 1c79c8ef82b4005799bf15c60180999b6e8e35a5 (patch) | |
tree | 79ce8c7e866495c117a701c67a9cb0cffef3349b | |
parent | 07febdb4f4a6a6988594bd5a85bcc1ddc0d6b0eb (diff) |
magick-webp alias
-rw-r--r-- | home/.zshrc | 1 |
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' |