diff --git a/modules/history/init.zsh b/modules/history/init.zsh index e23fb8b7..31db4c5b 100644 --- a/modules/history/init.zsh +++ b/modules/history/init.zsh @@ -36,5 +36,4 @@ setopt HIST_BEEP # Beep when accessing non-existent history. # # Lists the ten most used commands. -alias history-stat="history . | awk '{print \$2}' | sort | uniq -c | sort -n -r | head" - +alias history-stat="history 0 | awk '{print \$2}' | sort | uniq -c | sort -n -r | head"