1007 B
1007 B
title, date, description, isStarred, tags, categories, images, keywords, feature_link, feature_text
| title | date | description | isStarred | tags | categories | images | keywords | feature_link | feature_text | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| My Zsh Command History | 2025-01-17T11:47:42+01:00 | And I print my ZSH History | false |
|
|
|
https://www.midjourney.com/home/ | by IA Midjourney |
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