merging workstation diffs

This commit is contained in:
ink
2026-08-08 15:46:57 +02:00
parent ac3db35aee
commit b71cbe7312
9 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ if [[ -t 0 ]]; then
Linux*) eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" ;;
Darwin*)
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/bin/bash/bin:$PATH"
export PATH="/opt/homebrew/bin:$PATH"
;;
esac
if [[ -f "${HOME}/.cache/zsh/go-gopath" ]]; then