]> git.lizzy.rs Git - i3-setup.git/blob - zshrc
Create LICENSE
[i3-setup.git] / zshrc
1 export ZSH="$HOME/.oh-my-zsh"
2 export PATH="$HOME/bin:$PATH"
3 ZSH_THEME="fleckenstein"
4 plugins=(git)
5 source $ZSH/oh-my-zsh.sh