zsh: add neofetch alias to btw

This commit is contained in:
Guilherme Rugai Freire 2021-09-12 16:12:14 -03:00
parent fa8c2f9f8c
commit b4fb0eca73
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

3
.zshrc
View File

@ -68,6 +68,9 @@ alias sxiv="sxiv -ad"
alias ranger="source ranger"
bindkey -s '^[^f' 'ranger\n'
# Alias btw to neofetch
alias btw="neofetch"
# This loads nvm
source $HOME/.fast-nvm.sh
source $HOME/.nvm/bash_completion