ohmyzsh/templates/minimal.zshrc

6 lines
95 B
Bash
Raw Permalink Normal View History

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