Zsh
Z shell configuration and customization. Manage plugins, themes, aliases, completions, and shell startup files.
41 commands
Browse by Topic
Check Zsh version
Display the installed Zsh version
Install Zsh (macOS)
Install Zsh shell using Homebrew on macOS
Set Zsh as default shell
Change the default login shell to Zsh
Enable auto cd
cd into directory by typing its name
Enable correction
Enable command spelling correction
Edit zsh config
Open .zshrc in default editor
Enable extended globbing
Enable powerful glob patterns
Better history options
Enable useful history options
List all options
Show all enabled zsh options
Reload zsh config
Reload .zshrc configuration
Enable option
Enable a zsh option
Disable option
Disable a zsh option
Show zsh version
Display zsh version
Install autosuggestions
Install zsh-autosuggestions plugin
Install fzf integration
Install fzf fuzzy finder with zsh integration
Install Oh My Zsh
Install Oh My Zsh framework
Update Oh My Zsh
Update Oh My Zsh to latest version
Configure Powerlevel10k
Run Powerlevel10k configuration wizard
List plugins
List available Oh My Zsh plugins
Install Powerlevel10k
Install Powerlevel10k theme
Install syntax highlighting
Install zsh-syntax-highlighting plugin
Install Zinit
Install Zinit plugin manager
Load plugin with Zinit
Load a plugin using Zinit
Bypass alias
Run original command, bypass alias
Common useful aliases
Define common navigation aliases
Create alias
Create a new alias
Global alias
Create global alias (works anywhere in command)
List all aliases
Show all defined aliases
Remove alias
Remove an alias
Suffix alias
Open .txt files with code by typing filename
Check alias definition
Show what an alias expands to
Initialize completions
Initialize zsh completion system
Menu-style completion
Enable menu-style tab completion
History substring search
Search history with up arrow
Show available colors
Display all 256 terminal colors
Basic prompt
Set basic prompt (user@host:dir)
Colored prompt
Set colored prompt
Prompt escape codes
Common prompt escape sequences reference
Enable git info in prompt
Enable version control info in prompt
Right-side prompt
Set right-side prompt (shows time)
Transient prompt setup
Simplify prompt after command execution
Discussion
Loading comments...