Replace find with fd and grep with ripgrep
This commit is contained in:
parent
f927a521cc
commit
7fd8dadaf9
@ -11,7 +11,8 @@ alias ls="exa"
|
||||
alias ll="exa -albh"
|
||||
alias cat="bat"
|
||||
alias vim="nvim"
|
||||
|
||||
alias find="fd"
|
||||
alias grep="rg"
|
||||
|
||||
# Functions
|
||||
dotfile() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user