11 lines
315 B
Bash
11 lines
315 B
Bash
#!/bin/zsh
|
|
|
|
zmodules=(directory environment git git-info history input archive utility \
|
|
autosuggestions prompt completion syntax-highlighting history-substring-search)
|
|
zprompt_theme='lean'
|
|
ztermtitle='%m:%~'
|
|
# Set to vi or emacs
|
|
#zinput_mode='emacs'
|
|
zinput_mode='vi'
|
|
zhighlighters=(main brackets pattern cursor)
|