Files
fundor333.com/content/post/2025/my-zsh-command-history/index.md
2025-06-16 22:55:52 +02:00

1.1 KiB

title, date, description, isStarred, tags, categories, images, keywords, feature_link, feature_text, syndication
title date description isStarred tags categories images keywords feature_link feature_text syndication
My Zsh Command History 2025-01-17 11:47:42+01:00 And I print my ZSH History false
dev
zsh
dev
fingerfood
null
bash
terminal
zsh
https://www.midjourney.com/home/ by IA Midjourney
https://mastodon.social/@fundor333/113844062450163628

For social pression of some blogger I follow (Andrea Grandi,Nicola Iarocci, Chris DeLuca ) I follow with the history of my terminal (ZSH)

  • 90 git
  • 49
  • 38 open
  • 34 poetry
  • 27 make
  • 26 hugo
  • 26 brew
  • 24 cd
  • 18 npm
  • 14 pipenv

As a dev the first command is git... The second command is a bad habits I have... Spam new line in the terminal... I don't find ls and I find it strange...

Here the command I used

history | awk '{print $1}' | sort | uniq --count | sort --numeric-sort --reverse | head -10