feat(homebrew): add homebrew setup to .profile
This commit is contained in:
parent
35379ed2ab
commit
b37659bd98
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
@ -13,3 +13,5 @@ mesg n 2> /dev/null || true
|
|||
# NVM
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue