diff --git a/executable_dot_bashrc.tmpl b/executable_dot_bashrc.tmpl index ceb87b1..619df33 100644 --- a/executable_dot_bashrc.tmpl +++ b/executable_dot_bashrc.tmpl @@ -6,12 +6,12 @@ if [ -f "$HOME/.modules" ]; then source $HOME/.modules fi -# Hook virtual environment modifers -source $HOME/.hooks - # User specific aliases and functions source $HOME/.aliases +# Hook virtual environment modifers +source $HOME/.hooks + source $HOME/.envvar # Make the prompt pretty, just in case we're stuck in bash land diff --git a/executable_dot_zshrc.tmpl b/executable_dot_zshrc.tmpl index 3f80f0e..65f82b2 100644 --- a/executable_dot_zshrc.tmpl +++ b/executable_dot_zshrc.tmpl @@ -52,6 +52,9 @@ antigen theme https://gist.github.com/efde5e8d507bd3e1e046198b69d579f8.git gianu HYPHEN_INSENSITIVE="true" COMPLETION_WAITING_DOTS="true" +alias zshconfig="$EDITOR ~/.zshrc" +source $HOME/.aliases + source $HOME/.hooks # Tell Antigen that you're done @@ -65,8 +68,6 @@ bashcompinit source $HOME/.envvar -alias zshconfig="$EDITOR ~/.zshrc" -source $HOME/.aliases {{- if eq .chezmoi.os "linux" }} {{ if or