Browse Source

Fixing zshehnv not being loaded

pull/2/head
Ryan Reed 2 years ago
parent
commit
0570a520b3
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      dot_config/zsh/dot_zshrc.tmpl

+ 7
- 0
dot_config/zsh/dot_zshrc.tmpl View File

@ -1,3 +1,10 @@
# This is sort of hacky and not sure why it's necessary
# I assumed ~/.zshenv is utilized for all systems but this may not be true?
# Need to investigate when I have time
if [ -z "$TMUX_TMPDIR" ]; then
source $HOME/.zshenv
fi
# load custom executable functions
for function in "$ZDOTDIR"/functions/*; do
source $function


Loading…
Cancel
Save