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

aliases: Don't overshadow fd

parent 079e7bb5
......@@ -34,7 +34,9 @@ alias -g P="2>&1| pygmentize -l pytb"
alias dud='du -d 1 -h'
alias duf='du -sh *'
alias fd='find . -type d -name'
if ! which fd >/dev/null 2>%1; then
alias fd='find . -type d -name'
fi
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