From 85ec7f7e7b5228438dc3ccad9e3cbcb712d3ff44 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 26 Oct 2024 01:23:06 -0400 Subject: [PATCH] add linuxbrew load step --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 119a0b9..39a3585 100644 --- a/.zshrc +++ b/.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: # export ARCHFLAGS="-arch x86_64" +# Load linuxbrew +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"