9 lines
201 B
Bash
9 lines
201 B
Bash
export ZSH=~/.oh-my-zsh
|
|
|
|
ZSH_THEME="robbyrussell"
|
|
|
|
plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search)
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
# source ~/.bash_profile |