mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
pre-enable theme from .zshrc
This commit is contained in:
parent
509e42b422
commit
d67d3d4d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
_init_theme() {
|
_init_theme() {
|
||||||
_map_exists themes theme
|
_map_exists themes theme
|
||||||
[[ $? -ne 0 ]] && _map_put themes theme robbyrussell
|
[[ $? -ne 0 ]] && _map_put themes theme $ZSH_THEME
|
||||||
}
|
}
|
||||||
|
|
||||||
_pre_enable_plugins() {
|
_pre_enable_plugins() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue