Shell

ZSH Shell

ZSH + Oh My Zsh with 10 plugins including powerlevel10k theme, autosuggestions, and syntax highlighting.

core install shell
View CORE-TERMUX Docs ←

Features

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 --powerlevel10k

zsh-autosuggestions

Smart autocompletion based on command history

core install shell --zsh-autosuggestions

zsh-syntax-highlighting

Syntax highlighting for ZSH commands

core install shell --zsh-syntax-highlighting

zsh-history-substring-search

History search with arrow keys

core install shell --history-substring

zsh-completions

Additional completions for ZSH

core install shell --zsh-completions

fzf-tab

Fuzzy navigation in ZSH completions

core install shell --fzf-tab

zsh-you-should-use

Command suggestions to use full command names

core install shell --you-should-use

zsh-autopair

Auto-close parentheses, quotes and brackets

core install shell --zsh-autopair

zsh-defer

Deferred plugin loading for faster startup

core install shell --zsh-defer

better-npm-completion

Better npm completion for ZSH

core install shell --better-npm

Persistent 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