ShellView CORE-TERMUX Docs ←
ZSH Shell
ZSH + Oh My Zsh with 10 plugins including powerlevel10k theme, autosuggestions, and syntax highlighting.
core install shellFeatures
Oh My Zsh framework
10 pre-configured plugins
Powerlevel10k theme with instant prompts
Persistent session (restores last directory)
Custom font support
Installed Plugins
10 ZSH plugins
powerlevel10k
Modern and fast ZSH theme with instant prompts
core install shell --powerlevel10kzsh-autosuggestions
Smart autocompletion based on command history
core install shell --zsh-autosuggestionszsh-syntax-highlighting
Syntax highlighting for ZSH commands
core install shell --zsh-syntax-highlightingzsh-history-substring-search
History search with arrow keys
core install shell --history-substringzsh-completions
Additional completions for ZSH
core install shell --zsh-completionsfzf-tab
Fuzzy navigation in ZSH completions
core install shell --fzf-tabzsh-you-should-use
Command suggestions to use full command names
core install shell --you-should-usezsh-autopair
Auto-close parentheses, quotes and brackets
core install shell --zsh-autopairzsh-defer
Deferred plugin loading for faster startup
core install shell --zsh-deferbetter-npm-completion
Better npm completion for ZSH
core install shell --better-npmPersistent Session
The shell saves your current directory and restores it when opening a new session.
# Session 1
$ cd projects/my-app
$ exit
# Session 2
$ pwd
/data/data/com.termux/files/home/projects/my-app ← Same directory