mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed slight gaff in set_theme
This commit is contained in:
parent
1e2cf116b7
commit
7dc0913219
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
set_theme() {
|
set_theme() {
|
||||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
source "$ZSH/themes/$1.zsh-theme"
|
||||||
}
|
}
|
||||||
|
|
||||||
random_theme() {
|
random_theme() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue