前提
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'
![スクリーンショット 2020-04-29 14.19.20.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F7be1a0cb-f9c6-6305-ea4d-703f693524ff.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=12e2d652a715ab3b2b3a12fceff487d7)
cloud
zstyle ':prezto:module:prompt' theme 'cloud'
![スクリーンショット 2020-04-29 14.22.39.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F6a63251f-514a-1be5-8940-27a01c0253e1.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=44d0c85e726d525cd90dce8a36a71b9b)
damoekri
zstyle ':prezto:module:prompt' theme 'damoekri'
![スクリーンショット 2020-04-29 14.23.55.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F90453c48-11e9-279c-3190-33d93155b427.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=498854bac7fb6ce6dd55996e88e31f32)
giddie
zstyle ':prezto:module:prompt' theme 'giddie'
![スクリーンショット 2020-04-29 14.24.44.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fab7d2098-b24e-60df-f238-d3d153743cfc.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=fd2a60fde143680d7fa06a3eb4bb8565)
kylewest
zstyle ':prezto:module:prompt' theme 'kylewest'
![スクリーンショット 2020-04-29 14.27.35.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F540c2e81-0fcf-8657-1521-9d79c30701a7.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=82ef8919aaa522faf30b012381a26b69)
minimal
zstyle ':prezto:module:prompt' theme 'minimal'
![スクリーンショット 2020-04-29 14.28.40.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F75469c86-648e-8066-0a57-3955e01aa3d8.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=80e598f1e4ed06fa0b08cda7bbfac91b)
nicoulaj
zstyle ':prezto:module:prompt' theme 'nicoulaj'
![スクリーンショット 2020-04-29 14.30.01.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fad17bf54-7c02-0761-d75c-c1d3f8424051.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=7029e650a328591412b9ba99bb4fcdb1)
paradox
zstyle ':prezto:module:prompt' theme 'paradox'
![スクリーンショット 2020-04-29 14.30.58.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F15f83fb7-a916-f5fc-b658-f00ccfd61283.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=3d666ad9e758599fce6fc056cd83ff68)
peepcode
zstyle ':prezto:module:prompt' theme 'peepcode'
![スクリーンショット 2020-04-29 14.32.07.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F41b691de-5252-cfcd-b79b-fe3fcc4c95e0.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=eebff5a40b1d853b5ad8cee0a9ba7006)
powerlevel10k
zstyle ':prezto:module:prompt' theme 'powerlevel10k'
![スクリーンショット 2020-04-29 14.34.42.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F4aac6dd1-fd17-3576-1231-1bbca7e4f334.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=fdb527f0d1db102e313cae42cd08fd1b)
powerlevel9k
zstyle ':prezto:module:prompt' theme 'powerlevel9k'
![スクリーンショット 2020-04-29 14.35.47.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Faa648b12-1243-967b-4044-0683419f8ec9.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=e8f7f89f661c0859e3193421fe6fb53a)
powerline
zstyle ':prezto:module:prompt' theme 'powerline'
![スクリーンショット 2020-04-29 14.37.15.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F5f7fc44a-624f-b5ce-0d2f-4f1ddc80c163.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=6f54d35e546f4a9a2a4626317c2050a0)
pure
zstyle ':prezto:module:prompt' theme 'pure'
![スクリーンショット 2020-04-29 15.59.02.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F16f83d2b-f87d-88bb-ea10-edf8f40b60ba.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=81601fb70ab4a1959fca5584ca3179ac)
skwp
zstyle ':prezto:module:prompt' theme 'skwp'
![スクリーンショット 2020-04-29 14.38.22.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fa9eb7947-ba2e-4010-506a-1f6198c613a2.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=ea502484d1780f846676f7a0c7425f3d)
smiley
zstyle ':prezto:module:prompt' theme 'smiley'
![スクリーンショット 2020-04-29 14.40.02.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fe7af0382-387b-69bc-1050-623bb0d3844c.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=891f73b32b95e6c87c9074134fb6550e)
sorin
zstyle ':prezto:module:prompt' theme 'sorin'
![スクリーンショット 2020-04-29 14.41.27.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F50f8e9f2-1cee-ce6b-ae88-f516f6bb7804.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=609ab9d92595a2fb5599e6859738fadf)
steeef
zstyle ':prezto:module:prompt' theme 'steeef'
![スクリーンショット 2020-04-29 14.42.09.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F0a4d1c1e-e011-dbbe-34b4-9c29ffa8b616.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=40f095f258f829b14e6126fe1e3e0e5a)
adam1
zstyle ':prezto:module:prompt' theme 'adam1'
![スクリーンショット 2020-04-29 14.43.19.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F813e0814-89c2-2546-f7e4-6646d5ec8ae6.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=8e2a64738d5106e145393f30db0b40bf)
adam2
zstyle ':prezto:module:prompt' theme 'adam2'
![スクリーンショット 2020-04-29 14.46.07.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F3f8c2c81-0d68-d263-42bd-895264c4c2e0.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=b73aefe4cef55e6b225f2353f5f51b51)
bart
zstyle ':prezto:module:prompt' theme 'bart'
![スクリーンショット 2020-04-29 14.47.05.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F222c202e-de0d-1136-6318-faaaf02ceec0.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=2bf5670db2bc15a39e6724ff023f8ffe)
bigfade
zstyle ':prezto:module:prompt' theme 'bigfade'
![スクリーンショット 2020-04-29 14.48.33.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fe8ca307d-ab3d-e1c1-86de-040d6aa101ef.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=3d72202be9b93600e3e8ff7d0b5ab266)
clint
zstyle ':prezto:module:prompt' theme 'clint'
![スクリーンショット 2020-04-29 14.49.42.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F9e1342ce-0587-c69a-5397-58b089936ba6.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=673e665a974b1528b7546d1dd205dca6)
default
zstyle ':prezto:module:prompt' theme 'default'
![スクリーンショット 2020-04-29 14.50.43.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F6a8a94a6-ab00-0ef9-20bb-68fc2434981d.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=4ff5a2b0d535a126dcf9d3a485f52fe7)
elite2
zstyle ':prezto:module:prompt' theme 'elite2'
![スクリーンショット 2020-04-29 14.53.08.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F6fe82e86-c519-e7c8-2e54-5184d8ff521c.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=c3d58ecd956398ae1d8a301c18cdfd02)
elite
zstyle ':prezto:module:prompt' theme 'elite'
![スクリーンショット 2020-04-29 14.55.24.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F84ccf52f-bb65-0ee2-3377-929c1bba125b.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=f06fa852d8dfc8d4cb631ee03ac2416e)
fade
zstyle ':prezto:module:prompt' theme 'fade'
![スクリーンショット 2020-04-29 14.58.06.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fcac09b54-a194-522f-33f7-9a96c4cf6046.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=d85214c34f6691ce6001b8f5ec25906b)
fire
zstyle ':prezto:module:prompt' theme 'fire'
![スクリーンショット 2020-04-29 14.58.59.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F9247364b-335d-5c06-d755-a2caaa0891c2.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=8b1b496a91f52b56887b57c4ef244364)
off
zstyle ':prezto:module:prompt' theme 'off'
![スクリーンショット 2020-04-29 15.00.04.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F554d0ba0-692c-8935-b25c-98005abe4ce1.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=08bdb4288a59dca698c5cbe8712585df)
oliver
zstyle ':prezto:module:prompt' theme 'oliver'
![スクリーンショット 2020-04-29 15.02.12.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fd02fbb95-4877-281a-f550-794b98f279a4.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=cb60db4a26ff12b204bb323e80d9cf9a)
pws
zstyle ':prezto:module:prompt' theme 'pws'
![スクリーンショット 2020-04-29 15.02.55.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F71ebcc7e-a040-de55-ad15-66f845f37844.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=00138b2e27e85eab2c7f5263de475fe6)
redhat
zstyle ':prezto:module:prompt' theme 'redhat'
![スクリーンショット 2020-04-29 15.03.41.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fbff8b9c9-7003-b987-5ffb-a4ff30c36ccf.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=e6ebb3fdf5e819fb31c8042b47c85868)
restore
zstyle ':prezto:module:prompt' theme 'restore'
![スクリーンショット 2020-04-29 15.04.50.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2Fe6154924-35fe-0e86-c315-0955a759a20a.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=a1594946fd51c3fea3ec78af806764ca)
suse
zstyle ':prezto:module:prompt' theme 'suse'
![スクリーンショット 2020-04-29 15.05.31.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F219b04af-220b-6a25-6ee4-f34cc3f8040d.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=bd068d0d3add56b973c38cd67f5b999e)
walters
zstyle ':prezto:module:prompt' theme 'walters'
![スクリーンショット 2020-04-29 15.07.07.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F3dbabf38-f755-d0dd-4123-6b87080ae5a6.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=70f93779365a97cd75a9e976325920dd)
zefram
zstyle ':prezto:module:prompt' theme 'zefram'
![スクリーンショット 2020-04-29 15.08.01.png](https://qiita-user-contents.imgix.net/https%3A%2F%2Fqiita-image-store.s3.ap-northeast-1.amazonaws.com%2F0%2F628225%2F7af74394-ae7b-3e94-3e70-2f3b4a0ad345.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&s=194d4e7d27e60a1e8325bf9598450534)