650 B
650 B
zsh configuration
Features
- Powerlevel10k theme with instant prompt
- Syntax highlighting for commands
- Autosuggestions based on history
- fzf integration (Ctrl+R history, Ctrl+T files, Alt+C directories)
- fzf-tab for completion menus
- Smart aliases (docker → podman)
- Persistent history across sessions
Configuration
Users
Configure users in inventory:
zsh_users:
- jsmith
- root
Keybindings
↑/↓- History search with substring matchingCtrl+R- Fuzzy history searchCtrl+T- Fuzzy file searchAlt+C- Fuzzy directory changeTab- fzf completion menu