9 lines
171 B
Bash
9 lines
171 B
Bash
# Path to your oh-my-zsh installation.
|
|
export ZSH=$HOME/.oh-my-zsh
|
|
ZSH_THEME="half-life"
|
|
plugins=(git)
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
# Local changes
|
|
source $HOME/.zshrc.local
|