mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-22 15:56:18 +00:00
Added brew to path
This commit is contained in:
2
zshrc
2
zshrc
@@ -2,6 +2,8 @@
|
|||||||
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
|
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
||||||
|
|
||||||
LOCAL_BIN="$HOME/.local/bin"
|
LOCAL_BIN="$HOME/.local/bin"
|
||||||
OPT_FOLDER="/usr/local/opt"
|
OPT_FOLDER="/usr/local/opt"
|
||||||
PHP_74=$(brew --prefix php@7.4)/bin
|
PHP_74=$(brew --prefix php@7.4)/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user