Compare commits

..

1 Commits

Author SHA1 Message Date
Ismo Vuorinen
b139ff6136 Added brew to path 2022-11-11 05:05:42 +02:00

2
zshrc
View File

@@ -2,6 +2,8 @@
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# shellcheck shell=bash
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
LOCAL_BIN="$HOME/.local/bin"
OPT_FOLDER="/usr/local/opt"
PHP_74=$(brew --prefix php@7.4)/bin