「zsh-syntax-highlighting」の版間の差分
提供: FreeBSD入門
(→概要) |
|||
行10: | 行10: | ||
<html> | <html> | ||
− | <iframe width="420" height="315" src="//www.youtube.com/embed/ | + | <iframe width="420" height="315" src="//www.youtube.com/embed/CZmWgmEYu7c" frameborder="0" allowfullscreen></iframe> |
</html> | </html> | ||
+ | |||
== 設定 == | == 設定 == | ||
[[antigen]]を使用します。.zshrc に下記の設定を加えます。 | [[antigen]]を使用します。.zshrc に下記の設定を加えます。 |
2014年3月2日 (日) 21:32時点における最新版
zsh-syntax-highlighting とはzshコマンドラインをかっこ良くハイライトするためのプラグインです。
読み方
- zsh-syntax-highlighting
- ぜっとしぇ しんたっくす はいらいてぃんぐ
概要
zsh-syntax-highlighting とはzshコマンドラインをかっこ良くハイライトするためのプラグインです。
設定
antigenを使用します。.zshrc に下記の設定を加えます。
if [ -f ~/.zsh/git/antigen/antigen.zsh ]; then source ~/.zsh/git/antigen/antigen.zsh antigen-bundle zsh-users/zsh-syntax-highlighting antigen-apply fi
使い方
zshのコマンドラインがいい感じにハイライトされます。
% source ~/.zshrc
関連項目
- zsh
- antigen: zshプラグインマネージャー
- zsh-syntax-highlighting: コマンドラインをカラフルにする
- zshのrmコマンドの便利なオプション