Prefer to rg and fd hidden files
These may be configurable via .rgrc or .fdrc files, but frankly I have enough RC files floating around. This should be fine.
This commit is contained in:
parent
fe6f2b9697
commit
aa7b96bacd
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ alias links='find ~ -maxdepth 1 -type l -exec exa {} \;' # list all of the links
|
|||
alias ra=ranger
|
||||
alias chrome=google-chrome
|
||||
alias btctl=bluetoothctl
|
||||
alias rg='rg --hidden' # By default, rg skips hidden files
|
||||
alias fd='fd --hidden' # By default, rg skips hidden files
|
||||
|
||||
# couple the e* aliases to the <leader>e* kbds in vim
|
||||
alias ev='e ~/.config/nvim/init.vim'
|
||||
|
|
Loading…
Reference in a new issue