From a088177aae45ad5479cb27c283087beb5151d31f Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 26 Oct 2024 01:43:29 -0400 Subject: [PATCH] load linuxbrew before loading aliases --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 39a3585..a393624 100644 --- a/.zshrc +++ b/.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)"