From cec8c50a19476f9e1b59634ce70ba49506f47edc Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Sun, 12 Jun 2022 18:28:42 -0300 Subject: [PATCH] zsh: add alias to qrcode generation --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 249a293..d896da5 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -93,6 +93,9 @@ bindkey -s '^[^f' 'ranger\n' # Alias btw to neofetch alias btw="neofetch" +# Alias for qrcode +alias qrcode="qrencode -s 10 -l H" + # This loads nvm source $HOME/.config/fast-nvm.sh source $NVM_DIR/bash_completion