Skip to content

Commit a8da938

Browse files
committed
chore(macOS): Added log messages to Craft.sh
Signed-off-by: Iva Horn <[email protected]>
1 parent 6e1752f commit a8da938

File tree

1 file changed

+5
-0
lines changed
  • shell_integration/MacOSX/NextcloudIntegration/NextcloudDev

1 file changed

+5
-0
lines changed

shell_integration/MacOSX/NextcloudIntegration/NextcloudDev/Craft.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55

66
# Read the available environment paths which include (for example) Homebrew.
77
for f in /etc/paths.d/*; do
8+
echo "Found to source: $f"
9+
810
while read -r line; do
11+
echo "Adding to PATH: $line"
912
export PATH="$PATH:$line"
1013
done < "$f"
1114
done
1215

16+
echo "Final PATH: $PATH"
17+
1318
if [ -f "$HOME/.zprofile" ]; then
1419
echo "Sourcing $HOME/.zprofile to include possible PATH definitions..."
1520
source "$HOME/.zprofile"

0 commit comments

Comments
 (0)