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 ra=ranger
|
||||||
alias chrome=google-chrome
|
alias chrome=google-chrome
|
||||||
alias btctl=bluetoothctl
|
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
|
# couple the e* aliases to the <leader>e* kbds in vim
|
||||||
alias ev='e ~/.config/nvim/init.vim'
|
alias ev='e ~/.config/nvim/init.vim'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue