zsh: alias locate to plocate

This commit is contained in:
Guilherme Rugai Freire 2021-08-20 17:12:37 -03:00
parent 39a37c5189
commit d60c4fe16b
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

3
.zshrc
View File

@ -50,6 +50,9 @@ alias less="bat -p"
# Alias to nvim instead of vim
alias vim="nvim"
# Alias to plocate instead of locate
alias locate="plocate"
# Fix zathura window swallowing
alias zathura="devour zathura"