前提
zshプロンプト設定
.zpreztorc
のPromptを変更する
#
# Prompt(プロンプト)
#
# プロンプトのテーマを設定します。
# 'random'に設定するとランダムなテーマが読み込まれます。
# 昔の端末では自動的に'off'に設定されます。
zstyle ':prezto:module:prompt' theme 'walters'
# 作業ディレクトリのプロンプト表示の長さを設定します。
# デフォルトでは'short'に設定されています。'long'に設定してください。 (拡張子 '~' を付けないでください)
# さらに長いプロンプト表示のためには、より長く、あるいは 'full' (拡張子 '~' を付けて) を指定します。
# zstyle ':prezto:module:prompt' pwd-length 'short'
# プロンプトにリターンコードを表示するように設定します。
# 戻り値のコードです。 これはすべてのプロンプトでサポートされているわけではありません。
# zstyle ':prezto:module: prompt' show-return-val 'yes'
promptのテーマ一覧
prompt -l
promptのテーマをプレビュー
(一括で見れる。。。)
prompt -p
agnoster
zstyle ':prezto:module:prompt' theme 'agnoster'
cloud
zstyle ':prezto:module:prompt' theme 'cloud'
damoekri
zstyle ':prezto:module:prompt' theme 'damoekri'
giddie
zstyle ':prezto:module:prompt' theme 'giddie'
kylewest
zstyle ':prezto:module:prompt' theme 'kylewest'
minimal
zstyle ':prezto:module:prompt' theme 'minimal'
nicoulaj
zstyle ':prezto:module:prompt' theme 'nicoulaj'
paradox
zstyle ':prezto:module:prompt' theme 'paradox'
peepcode
zstyle ':prezto:module:prompt' theme 'peepcode'
powerlevel10k
zstyle ':prezto:module:prompt' theme 'powerlevel10k'
powerlevel9k
zstyle ':prezto:module:prompt' theme 'powerlevel9k'
powerline
zstyle ':prezto:module:prompt' theme 'powerline'
pure
zstyle ':prezto:module:prompt' theme 'pure'
skwp
zstyle ':prezto:module:prompt' theme 'skwp'
smiley
zstyle ':prezto:module:prompt' theme 'smiley'
sorin
zstyle ':prezto:module:prompt' theme 'sorin'
steeef
zstyle ':prezto:module:prompt' theme 'steeef'
adam1
zstyle ':prezto:module:prompt' theme 'adam1'
adam2
zstyle ':prezto:module:prompt' theme 'adam2'
bart
zstyle ':prezto:module:prompt' theme 'bart'
bigfade
zstyle ':prezto:module:prompt' theme 'bigfade'
clint
zstyle ':prezto:module:prompt' theme 'clint'
default
zstyle ':prezto:module:prompt' theme 'default'
elite2
zstyle ':prezto:module:prompt' theme 'elite2'
elite
zstyle ':prezto:module:prompt' theme 'elite'
fade
zstyle ':prezto:module:prompt' theme 'fade'
fire
zstyle ':prezto:module:prompt' theme 'fire'
off
zstyle ':prezto:module:prompt' theme 'off'
oliver
zstyle ':prezto:module:prompt' theme 'oliver'
pws
zstyle ':prezto:module:prompt' theme 'pws'
redhat
zstyle ':prezto:module:prompt' theme 'redhat'
restore
zstyle ':prezto:module:prompt' theme 'restore'
suse
zstyle ':prezto:module:prompt' theme 'suse'
walters
zstyle ':prezto:module:prompt' theme 'walters'
zefram
zstyle ':prezto:module:prompt' theme 'zefram'