zsh

Tag

Cards List
#zsh

How I use a single .zshrc file on macOS and Windows (WSL2)

Lobsters Hottest · 2026-09-14 Cached

The article details a method to maintain a single .zshrc file for both macOS and Windows (WSL2) by using conditional logic for OS-specific behaviors, such as SSH and path commands, to simplify cross-platform shell configuration.

0 favorites 0 likes
#zsh

A shell exclamation mark is not for yelling. Be lazy

Lobsters Hottest · 2026-08-07 Cached

An educational article explaining shell event designators (history expansion) like !! and !$ to reuse and modify previous commands lazily in bash, zsh, and other shells.

0 favorites 0 likes
#zsh

@dabit3: Open sourced a smol plugin for Ghostty. It auto-generates simple tab titles for you, something I've wanted for a while.…

X AI KOLs Timeline · 2026-07-30 Cached

Nader Dabit open sourced Ghostwriter, a zsh plugin that auto-generates context-aware tab titles for Ghostty and other terminals, with an optional AI fallback for ambiguous names.

0 favorites 0 likes
#zsh

@0xQiYan: Guys, if your terminal is still stuck with black text on a white background, you're missing out big time! This open-source gem called ohmyzsh, with 188K stars on GitHub, is built by over 2,500 programming experts worldwide. The highlight is that it packages nearly a complete development and operations terminal ecosystem. It comes with over 300…

X AI KOLs Timeline · 2026-06-16 Cached

Introduces ohmyzsh, an open-source terminal enhancement tool with 188K GitHub stars. It includes over 300 plugins and 150+ themes, supporting command completion, aliases, error correction, and more, suitable for developers and system administrators.

0 favorites 0 likes
#zsh

What I got wrong about fast terminals

Lobsters Hottest · 2026-06-08 Cached

The author corrects earlier claims about fast terminals, noting that benchmark methods were flawed, modern plugin managers like antidote don't add overhead, and recommends a faster syntax highlighter. The real preference is for simplicity, not just speed.

0 favorites 0 likes
#zsh

Life is too short for a slow terminal

Lobsters Hottest · 2026-06-06 Cached

This article details practical techniques to speed up terminal startup by avoiding frameworks, caching completions, and lazy-loading tools, achieving a 30ms shell start.

0 favorites 0 likes
#zsh

zsh 5.9.1 released

Lobsters Hottest · 2026-06-01 Cached

zsh 5.9.1 is a stable maintenance release with bug fixes, build improvements, and a few minor new features.

0 favorites 0 likes
#zsh

A Comma and a Question Mark

Hacker News Top · 2026-05-22 Cached

A developer creates a personal tool that integrates a local AI model (Qwen 3.6 via llama.cpp) and a small agent (Pi) into the zsh terminal, using a comma prefix to suggest shell commands and a question mark to answer questions, with an emphasis on safety by only proposing commands rather than executing them.

0 favorites 0 likes
← Back to home

Submit Feedback