【Zsh】Preztoにgitプラグインを導入する

目次

導入するとどうなるのか

git管理しているディレクトリに入ると、ブランチ名やリポジトリのstatusをライン上に表示してくれます。

参考

導入方法

ホームディレクトリにある、.zpreztorcgitの一文を追記するだけで導入できます。

1
2
3
4
5
6
7
8
9
10
11
12
zstyle ':prezto:load'-pmodule-\↲
'environment' \↲
'terminal' \↲
'editor' \↲
'history' \↲
'directory' \↲
'spectrum' \↲
'utility' \↲
'completion' \↲
'history-substring-search' \↲
'prompt'↲ \
'git' # 追記
Author

Daiki Iijima

Posted on

2021-10-11

Updated on

2024-04-17

Licensed under