Unverified Commit fbee1ff8 authored by Rohit Goswami's avatar Rohit Goswami Committed by GitHub
Browse files

fd: Rework command to be more idiomatic


Co-authored-by: default avatarMarc Cornellà <marc.cornella@live.com>
parent f30daa76
......@@ -34,9 +34,7 @@ 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
(( $+commands[fd] )) || alias fd='find . -type d -name'
alias ff='find . -type f -name'
alias h='history'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment