Skip to content

Commit

Permalink
Merge pull request #1570 from geofflangenderfer/master
Browse files Browse the repository at this point in the history
 fix zsh config in ihp-new
  • Loading branch information
mpscholten committed Dec 12, 2022
2 parents 446f4eb + 5ff5640 commit b6b0551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectGenerator/bin/ihp-new
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if ! [ -x "$(command -v direnv)" ]; then
case "${SHELL##*/}" in
zsh )
echo "Adding hook to ~/.zshrc...";
echo 'eval "$(direnv hook bash)"' >> $HOME/.zshrc
echo 'eval "$(direnv hook zsh)"' >> $HOME/.zshrc
DIRENV_HOOK_ADDED=1
;;
bash )
Expand Down

0 comments on commit b6b0551

Please sign in to comment.