mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
9 lines
145 B
Text
9 lines
145 B
Text
# Check /etc/zsh/zshrc for system defaults.
|
|
|
|
autoload omz
|
|
|
|
zstyle :omz:style theme "arch-blue"
|
|
|
|
plugins=(archlinux sprunge git github)
|
|
|
|
omz init
|