add linuxbrew load step
This commit is contained in:
parent
d7f3251583
commit
85ec7f7e7b
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -112,3 +112,5 @@ export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|l
|
||||||
# Compilation flags:
|
# Compilation flags:
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
|
# Load linuxbrew
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
Reference in a new issue