Various fixes
This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user