Finished harmonizing both roles and updated Readme

This commit is contained in:
2025-01-09 20:05:22 +01:00
parent af65d16eb0
commit 9fafbcc7c2
3 changed files with 7 additions and 11 deletions

View File

@ -86,7 +86,7 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
{% if omz_user.settings is defined %}
{% if omz_custom_settings is defined %}
# Custom settings
{{ omz_user.settings }}
{{ omz_custom_settings }}
{% endif %}