1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-15 10:20:08 +00:00
ohmyzsh/templates/minimal.zshrc

6 lines
95 B
Bash
Raw Normal View History

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