mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
9 lines
135 B
Text
9 lines
135 B
Text
ZSH=/usr/share/oh-my-zsh
|
|
|
|
zstyle :omz:style theme "arch-blue"
|
|
|
|
plugins=(archlinux sprunge)
|
|
|
|
omz_init() {
|
|
source $ZSH/oh-my-zsh.zsh
|
|
}
|