mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +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 to neofetch
|
||||||
alias btw="neofetch"
|
alias btw="neofetch"
|
||||||
|
|
||||||
|
# Alias for qrcode
|
||||||
|
alias qrcode="qrencode -s 10 -l H"
|
||||||
|
|
||||||
# This loads nvm
|
# This loads nvm
|
||||||
source $HOME/.config/fast-nvm.sh
|
source $HOME/.config/fast-nvm.sh
|
||||||
source $NVM_DIR/bash_completion
|
source $NVM_DIR/bash_completion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user