mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +00:00
[.zshrc] Update fdh alias
This commit is contained in:
parent
65173c1664
commit
97f17efb29
2
.zshrc
2
.zshrc
@ -47,7 +47,7 @@ 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 --glob '!.git/'"
|
||||
alias fdh='fd --hidden --exclude .git'
|
||||
alias fdh='fd --hidden --no-ignore --exclude .git'
|
||||
alias vim=nvim
|
||||
alias neovim=nvim
|
||||
alias disable-hl='ZSH_HIGHLIGHT_MAXLENGTH=0'
|
||||
|
Loading…
Reference in New Issue
Block a user