mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-18 17:34:29 +01:00
5 lines
95 B
Bash
5 lines
95 B
Bash
export ZSH="$HOME/.oh-my-zsh"
|
|
ZSH_THEME="robbyrussell"
|
|
plugins=(git)
|
|
|
|
source $ZSH/oh-my-zsh.sh
|