Skip to content

Commit

Permalink
feat: add automated homebrew path support
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Mar 25, 2024
1 parent 49e51a7 commit 748cb5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/brew_path_support.template.zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#PSH_TEMPLATE=END
# If we have a linuxbrew directory, we will include the brew path support
# This way installing psh after brew automatically adds the brew path support.
if [ -d "/home/linuxbrew/.linuxbrew" ]; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi

0 comments on commit 748cb5a

Please sign in to comment.