mirror of https://github.com/Chizi123/Dotfiles.git
all-shells/.commonshell @@ -10,7 +10,7 @@ alias l="ls -laF" alias grep="grep --color=always" alias less='less -r' function stats { function stats() { find ${1:-'.'} -type f -print | sed -E -n 's/.+(\..*)$/\1/pi' | sort | uniq -c | sort -g }