mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
look for themes in $ZSH_CUSTOM/
This commit is contained in:
parent
a92efdd6b0
commit
544e0515b9
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ function lstheme
|
||||||
{
|
{
|
||||||
cd $ZSH/themes
|
cd $ZSH/themes
|
||||||
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
||||||
|
cd $ZSH_CUSTOM/
|
||||||
|
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
||||||
cd $ZSH_CUSTOM/themes
|
cd $ZSH_CUSTOM/themes
|
||||||
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue