mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-13 00:11:13 +00:00
[.zshrc] Use long flags on rgh alias
This commit is contained in:
parent
146bb26bf2
commit
b682fa7f26
2
.zshrc
2
.zshrc
@ -46,7 +46,7 @@ alias idiff='kitten diff'
|
||||
alias issh='kitten ssh'
|
||||
alias ls='ls --group-directories-first --color=auto --hyperlink=auto'
|
||||
alias bkpwd='rm -rf ${PWD}.bak ; cp -a $PWD{,.bak}'
|
||||
alias rgh="rg --hidden -g '!.git/'"
|
||||
alias rgh="rg --hidden --glob '!.git/'"
|
||||
alias fdh='fd --hidden --exclude .git'
|
||||
alias vim=nvim
|
||||
alias neovim=nvim
|
||||
|
Loading…
Reference in New Issue
Block a user