danau.
← all posts

A zsh setup I can live with

December 09, 2025

Shared history, completion, two plugins.

setopt SHARE_HISTORY HIST_IGNORE_ALL_DUPS
autoload -Uz compinit && compinit -C

The -C skips the startup scan.