zshrc: make fd not ignore stuff
This commit is contained in:
parent
5cefa4389e
commit
b493878d36
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ else
|
||||||
alias ll="l --almost-all"
|
alias ll="l --almost-all"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias fd="fd --no-ignore"
|
||||||
|
|
||||||
alias cp="cp --reflink=auto"
|
alias cp="cp --reflink=auto"
|
||||||
alias grep="grep --text --color=auto"
|
alias grep="grep --text --color=auto"
|
||||||
alias pull_website="wget --no-parent --recursive --page-requisites --convert-links --html-extension --no-clobber"
|
alias pull_website="wget --no-parent --recursive --page-requisites --convert-links --html-extension --no-clobber"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue