Open1

Terminalのカスタマイズ

TCTC

Preztoの導入

以下を行ってくれる(一部抜粋)

  • コマンドの補完
  • 途中まで打ったコマンドの履歴を↑↓で検索
  • gitのブランチ名の表示

設定ファイル

.zpreztorc
zstyle ':prezto:load' pmodule \
  'environment' \
  'terminal' \
  'editor' \
  'history' \
  'directory' \
  'spectrum' \
  'utility' \
  'completion' \
  'history-substring-search' \
  'prompt' \
  'syntax-highlighting' \
  'autosuggestions' \
  'git'

https://github.com/sorin-ionescu/prezto
https://mikebuss.com/2014/04/07/customizing-prezto/
https://qiita.com/gilly/items/5ff7bd7142e963cdbb9b