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
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10kzsh-autosuggestions
Smart autocompletion based on command history
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh-plugins/zsh-autosuggestionszsh-syntax-highlighting
Syntax highlighting for ZSH commands
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh-plugins/zsh-syntax-highlightingzsh-history-substring-search
History search with arrow keys
git clone https://github.com/zsh-users/zsh-history-substring-search ~/.zsh-plugins/zsh-history-substring-searchzsh-completions
Additional completions for ZSH
git clone https://github.com/zsh-users/zsh-completions ~/.zsh-plugins/zsh-completionsfzf-tab
Fuzzy navigation in ZSH completions
git clone https://github.com/Aloxaf/fzf-tab ~/.zsh-plugins/fzf-tabzsh-you-should-use
Command suggestions to use full command names
git clone https://github.com/MichaelDae/zsh-you-should-use ~/.zsh-plugins/zsh-you-should-usezsh-autopair
Auto-close parentheses, quotes and brackets
git clone https://github.com/hlissner/zsh-autopair ~/.zsh-plugins/zsh-autopairzsh-defer
Deferred plugin loading for faster startup
git clone https://github.com/zimfw/zsh-defer ~/.zsh-plugins/zsh-deferbetter-npm-completion
Better npm completion for ZSH
git clone https://github.com/laradocs/better-npm-completion ~/.zsh-plugins/better-npm-completionPersistent 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