docs(custom): update comments in example files (#11727)
parent
6101106916
commit
62ab5406dd
3 changed files with 13 additions and 8 deletions
@ -1,2 +1,3 @@ |
|||||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed |
# Add your own custom plugins in the custom/plugins directory. Plugins placed |
||||||
# here will override ones with the same name in the main plugins directory. |
# here will override ones with the same name in the main plugins directory. |
||||||
|
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-plugins |
||||||
|
|||||||
@ -1,4 +1,6 @@ |
|||||||
# Put your custom themes in this folder. |
# Put your custom themes in this folder. |
||||||
|
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes |
||||||
|
# |
||||||
# Example: |
# Example: |
||||||
|
|
||||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " |
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " |
||||||
|
|||||||
Loading…
Reference in new issue