1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

docs(custom): update comments in example files (#11727)

This commit is contained in:
Lawrence Shah
2023-06-05 01:20:32 -07:00
committed by GitHub
parent 6101106916
commit 62ab5406dd
3 changed files with 13 additions and 8 deletions

View File

@@ -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%}%% "