load linuxbrew before loading aliases
This commit is contained in:
parent
85ec7f7e7b
commit
a088177aae
1 changed files with 3 additions and 2 deletions
5
.zshrc
5
.zshrc
|
@ -12,6 +12,9 @@ fi
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$PATH
|
||||
|
||||
# Load linuxbrew
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
||||
# Path to your Oh My Zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
|
@ -112,5 +115,3 @@ export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|l
|
|||
# Compilation flags:
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# Load linuxbrew
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
|
Reference in a new issue