feat: path and log improvements

This commit is contained in:
2024-03-07 22:25:26 +00:00
parent 7d6d8ae90a
commit 858f791afd
4 changed files with 14 additions and 1 deletions

View File

@@ -21,6 +21,13 @@ fi
mkdir -p ~/.local/bin
unset local_bin_path
# homebrew
brew_path="/opt/homebrew/bin/brew"
if [ -x "$brew_path" ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
unset brew_path
# workspace
export WORKSPACE=${WORKSPACE:-"$HOME/Workspace"}
mkdir -p "$WORKSPACE"