diff options
author | Lawrence Shah <lawrenceshah@users.noreply.github.com> | 2023-06-05 01:20:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 10:20:32 +0200 |
commit | 62ab5406dd89848bb26e8c6e648eb7d860e9dce5 (patch) | |
tree | a66c8be3e31d4cb5a3ce921f6f69223795ce5ee6 /custom/themes/example.zsh-theme | |
parent | 6101106916147b1716ff2d5de4a53260e7607bae (diff) | |
download | zsh-62ab5406dd89848bb26e8c6e648eb7d860e9dce5.tar.gz zsh-62ab5406dd89848bb26e8c6e648eb7d860e9dce5.tar.bz2 zsh-62ab5406dd89848bb26e8c6e648eb7d860e9dce5.zip |
docs(custom): update comments in example files (#11727)
Diffstat (limited to 'custom/themes/example.zsh-theme')
-rw-r--r-- | custom/themes/example.zsh-theme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/themes/example.zsh-theme b/custom/themes/example.zsh-theme index ef8f1c630..494d029e8 100644 --- a/custom/themes/example.zsh-theme +++ b/custom/themes/example.zsh-theme @@ -1,4 +1,6 @@ # Put your custom themes in this folder. +# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes +# # Example: PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " |