mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
zsh: add alias to qrcode generation
This commit is contained in:
parent
4fc7a3f258
commit
cec8c50a19
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user