1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-15 08:01:43 +00:00

Move history-stat from utility into history

This commit is contained in:
Sorin Ionescu
2012-04-04 14:03:38 -04:00
parent 3a22e60534
commit b47b845b13
2 changed files with 5 additions and 3 deletions

View File

@ -7,9 +7,6 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Lists the ten most used commands.
alias history-stat="history . | awk '{print \$2}' | sort | uniq -c | sort -n -r | head"
# Serves a directory via HTTP.
alias http-serve='python -m SimpleHTTPServer'