2
0

minimal.zshrc 95 B

12345
  1. export ZSH="$HOME/.oh-my-zsh"
  2. ZSH_THEME="robbyrussell"
  3. plugins=(git)
  4. source $ZSH/oh-my-zsh.sh