mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
7 lines
88 B
Bash
7 lines
88 B
Bash
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
ZSH_THEME="bira"
|
|
|
|
plugins=(git)
|
|
|
|
source $ZSH/oh-my-zsh.sh |