Skip to content
daniel@MacBookPro:~
Shell & TerminalHow-To September 14, 2026 3 min read

How to Install and Use a TUI File Manager

A complete walkthrough setting up a terminal-based file manager — navigating, previewing, and manipulating files entirely with the keyboard, without ever leaving the terminal.

#howto#tui#file-manager
Read more
Shell & TerminalFix September 12, 2026 3 min read

Fixing Wrong or Missing Colors in Windows Terminal When Using WSL

Your shell prompt, ls output, or a TUI app shows the wrong colors, garbled characters, or no colors at all specifically inside Windows Terminal connected to WSL — even though the exact same shell config looks fine over plain SSH.

#fix#wsl#windows-terminal
Read more
Shell & TerminalFix September 11, 2026 3 min read

Fixing 'Broken Pipe' Errors in Shell Scripts and Pipelines

A command in the middle of a pipeline suddenly dies with a 'Broken pipe' error, sometimes only when piped into head or a similar early-exiting command. This is a specific, well-defined signal, not a random failure.

#fix#pipes#signals
Read more
Shell & TerminalFix September 10, 2026 3 min read

Fixing Shell History That Doesn't Persist or Save Correctly

Commands from an earlier session seem to vanish, or history from multiple open terminals overwrites itself instead of combining. Here's how history file writing actually works, and the specific settings that fix each symptom.

#fix#history#bash
Read more
Shell & TerminalFix September 9, 2026 3 min read

Fixing tmux Keybinding Conflicts With Your Terminal or Shell

A keyboard shortcut that works fine outside tmux does something completely different — or nothing at all — once you're inside a tmux session. Here's how the prefix key and multiple layers of keybindings actually interact.

#fix#tmux#keybindings
Read more
Shell & TerminalFix September 7, 2026 3 min read

Fixing a Broken Prompt Theme After an Update

Your carefully configured prompt suddenly shows broken characters, missing icons, or throws errors on every new shell after updating a theme or framework. Here's how to isolate whether it's a font, config, or version issue.

#fix#prompt#zsh
Read more
Shell & TerminalFix September 5, 2026 3 min read

Fixing Slow Shell Startup Time in Bash or Zsh

Opening a new terminal tab takes a visibly annoying second or two before you get a prompt. Here's how to actually find which specific line in your config is responsible, rather than guessing.

#fix#performance#bash
Read more