Various fixes

This commit is contained in:
2025-01-09 16:09:23 +01:00
parent 045447757f
commit 19425ca130
6 changed files with 8 additions and 12 deletions

View File

@ -4,7 +4,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/{{ omz_user_home_dir }}/{{ omz_user.name }}/{{ omz_install_directory }}
export ZSH={{ ansible_env.HOME }}/{{ omz_install_directory }}
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
@ -86,4 +86,7 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
{% if omz_user.settings is defined %}
# Custom settings
{{ omz_user.settings }}
{% endif %}