zsh: add alias to qrcode generation

This commit is contained in:
Guilherme Rugai Freire 2022-06-12 18:28:42 -03:00
parent 4fc7a3f258
commit cec8c50a19
No known key found for this signature in database
GPG Key ID: FC05BE5CD322C427

View File

@ -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