From f0c896e33cccfaf8e1d41d94ade496eba2e43730 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Fri, 3 Oct 2025 15:00:02 -0400 Subject: [PATCH] save --- zsh/.local/share/vxclutch/zsh/init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsh/.local/share/vxclutch/zsh/init b/zsh/.local/share/vxclutch/zsh/init index f83f932..748f64a 100644 --- a/zsh/.local/share/vxclutch/zsh/init +++ b/zsh/.local/share/vxclutch/zsh/init @@ -2,6 +2,4 @@ if command -v starship &> /dev/null; then eval "$(starship init zsh)" fi -if command -v brew &> /dev/null; then - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" -fi +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"