Post #3812857
2026-07-14 16:33 UTC
I use zsh as my shell, with homemade config (no bloat like oh my zsh).
The autocomplete, autosuggestion and syntax highlighting are what I fancy the most about it.
With it I use starship for the prompt.
Replies (1)
-
@loicfaugeron@phpc.social 2026-07-14 16:36
I make heavy use of "terminal tabs" in my workflow, but I don't get that from the terminal app, I get it instead from tmux. When I start working on a project I use my rt-new-session.sh script. It starts a tmux session with the project name, jumps in the project directory (using zoxide), and creates three windows named vim, ai and zsh. - Ctrl + Space + 1: switch to IDE (vim) - Ctrl + Space + 2: switch to coding agent - Ctrl + Space + 3: switch to shell