From 48160456a826ee601e84516de11047e3503756b0 Mon Sep 17 00:00:00 2001 From: druckdev Date: Thu, 22 Jul 2021 14:50:51 +0200 Subject: [PATCH] zsh:alias: Remove `qrdecode` as there is `qr()` --- .config/zsh/zshrc.d/30-alias.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/zshrc.d/30-alias.zsh b/.config/zsh/zshrc.d/30-alias.zsh index d9ab96f..4690ddf 100644 --- a/.config/zsh/zshrc.d/30-alias.zsh +++ b/.config/zsh/zshrc.d/30-alias.zsh @@ -71,7 +71,6 @@ alias pdf2t{e,}xt='pdftotext' alias rm='printf "\033[1;031mUse trash!\n\033[0m"; false' alias battery='cat /sys/class/power_supply/BAT0/capacity' - alias qrdecode='zbarimg' alias loadhist='fc -RI' alias hex='xxd' alias bin='xxd -b -c4 | cut -d" " -f2-5'