Add brew source to bashrc

This commit is contained in:
2024-04-23 18:17:36 +00:00
parent dd67ac38ef
commit 9a41581df7

View File

@@ -2,6 +2,9 @@ export EDITOR="codium";
export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ ";
eval "$(zoxide init bash)"
eval "$(/bin/brew shellenv)"
source ~/dotfiles/scripts/p.sh
# Commands that should be applied only for interactive shells.
[[ $- == *i* ]] || return