mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
set default theme to ashleydev
This commit is contained in:
parent
415bdbfe6d
commit
38b39191e6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
# Set the name of the theme to load (see $ZSH/themes/).
|
# Set the name of the theme to load (see $ZSH/themes/).
|
||||||
# Setting it to 'random' loads a random theme.
|
# Setting it to 'random' loads a random theme.
|
||||||
export ZSH_THEME="robbyrussell"
|
export ZSH_THEME="ashleydev"
|
||||||
|
|
||||||
# Set to 'true' to enable case-sensitivity.
|
# Set to 'true' to enable case-sensitivity.
|
||||||
export CASE_SENSITIVE='false'
|
export CASE_SENSITIVE='false'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue