mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Set default theme to steeef
This commit is contained in:
parent
286c3e5e28
commit
db4bd78d7e
1 changed files with 6 additions and 1 deletions
|
|
@ -5,7 +5,12 @@ export ZSH=$HOME/.oh-my-zsh
|
||||||
# Look in ~/.oh-my-zsh/themes/
|
# Look in ~/.oh-my-zsh/themes/
|
||||||
# Optionally, if you set this to "random", it'll load a random theme each
|
# Optionally, if you set this to "random", it'll load a random theme each
|
||||||
# time that oh-my-zsh is loaded.
|
# time that oh-my-zsh is loaded.
|
||||||
ZSH_THEME="robbyrussell"
|
#ZSH_THEME="robbyrussell"
|
||||||
|
#ZSH_THEME="amuse"
|
||||||
|
#ZSH_THEME="clean"
|
||||||
|
#ZSH_THEME="pure"
|
||||||
|
#ZSH_THEME="agnoster"
|
||||||
|
ZSH_THEME="steeef"
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue