diff options
Diffstat (limited to 'modules/users/Rory/p10k.zsh')
-rw-r--r-- | modules/users/Rory/p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/users/Rory/p10k.zsh b/modules/users/Rory/p10k.zsh index 5c77b68..e7f8e7c 100644 --- a/modules/users/Rory/p10k.zsh +++ b/modules/users/Rory/p10k.zsh @@ -33,7 +33,7 @@ typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( os_icon # os identifier dir # current directory - #vcs # git status + vcs # git status # prompt_char # prompt symbol ) @@ -1720,4 +1720,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' \ No newline at end of file +'builtin' 'unset' 'p10k_config_opts' |