mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
List custom themes too
List custom themes too
This commit is contained in:
parent
5dcbd65dfa
commit
a92efdd6b0
1 changed files with 2 additions and 0 deletions
|
|
@ -24,4 +24,6 @@ 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/themes
|
||||||
|
ls *zsh-theme | sed 's,\.zsh-theme$,,'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue