cswimr/home
Archived
Template
1
0
Fork 0

load linuxbrew before loading aliases

This commit is contained in:
Seaswimmer 2024-10-26 01:43:29 -04:00
parent 85ec7f7e7b
commit a088177aae
Signed by: cswimr
GPG key ID: A9C162E867C851FA

5
.zshrc
View file

@ -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)"