zsh: Alias dig
to drill
This commit is contained in:
parent
213971407f
commit
8d98372f6d
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ alias nocomment="rg --invert-match '''^\s*(#|$)'''"
|
|||
## 'cat' to 'bat'
|
||||
alias cat='bat'
|
||||
|
||||
## use 'drill' instead of 'dig' to drop bind package
|
||||
alias dig='drill'
|
||||
|
||||
## TODO 'delta' instead of 'git diff'
|
||||
|
||||
## confirm before overwriting files
|
||||
|
|
Loading…
Add table
Reference in a new issue