Skip to content

Commit

Permalink
Comments .zshrc template
Browse files Browse the repository at this point in the history
  • Loading branch information
ctorgalson committed Dec 22, 2023
1 parent 8729652 commit ee3ed0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/zshrc.zsh-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ plugins=({{ omz_plugins | join(" ") }})

{{ omz_user.settings }}

# Source oh-my-zsh.sh last to make sure the whole .zshrc file is properly
# sourced.
#
# @see https://stackoverflow.com/questions/15682456/oh-my-zsh-config-file-not-loading/15882090
source $ZSH/oh-my-zsh.sh

0 comments on commit ee3ed0e

Please sign in to comment.