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:
William Carroll 2019-03-07 16:46:38 +00:00
parent fe6f2b9697
commit aa7b96bacd

View file

@ -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'