mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 20:39:39 +00:00
zsh: alias locate to plocate
This commit is contained in:
parent
39a37c5189
commit
d60c4fe16b
3
.zshrc
3
.zshrc
@ -50,6 +50,9 @@ alias less="bat -p"
|
|||||||
# Alias to nvim instead of vim
|
# Alias to nvim instead of vim
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
|
|
||||||
|
# Alias to plocate instead of locate
|
||||||
|
alias locate="plocate"
|
||||||
|
|
||||||
# Fix zathura window swallowing
|
# Fix zathura window swallowing
|
||||||
alias zathura="devour zathura"
|
alias zathura="devour zathura"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user