mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
aliases: Don't overshadow fd
This commit is contained in:
parent
079e7bb5e0
commit
f30daa76ef
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ alias -g P="2>&1| pygmentize -l pytb"
|
|||
|
||||
alias dud='du -d 1 -h'
|
||||
alias duf='du -sh *'
|
||||
if ! which fd >/dev/null 2>%1; then
|
||||
alias fd='find . -type d -name'
|
||||
fi
|
||||
alias ff='find . -type f -name'
|
||||
|
||||
alias h='history'
|
||||
|
|
Loading…
Reference in a new issue