Skip to content

Commit

Permalink
fix: just brew-shell will create .zprofile and .bash_profile if needed (
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Aug 11, 2023
1 parent 5db6bed commit 0928aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ brew-shell:
#!/usr/bin/env bash
set -euxo pipefail
echo "Adding homebrew to shell configuration"
touch $HOME/.zprofile
touch $HOME/.bash_profile
if grep -q "linuxbrew" $HOME/.zprofile
then
echo "Brew configuration already present in .zprofile"
Expand Down

0 comments on commit 0928aa4

Please sign in to comment.