zshrc.zsh-template 221 Bytes
Newer Older
1
# Path to your oh-my-zsh configuration.
2
export ZSH=$HOME/.oh-my-zsh
3

4
5
6
7
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"

8
source $ZSH/oh-my-zsh.sh
9
10

# Customize to your needs...