From 62eaa8d5bfa5c98f72fb097766e6d8bb545ddb75 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 26 Apr 2025 13:01:57 +0300 Subject: Update --- dotfiles/fish/conf.d/config.fish | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/fish/conf.d/config.fish b/dotfiles/fish/conf.d/config.fish index 39fcf04..34aea6b 100644 --- a/dotfiles/fish/conf.d/config.fish +++ b/dotfiles/fish/conf.d/config.fish @@ -21,3 +21,10 @@ for dir in ~/.config/fish/conf.d.work ~/.config/fish/conf.d.local end end end + +if test -d /home/linuxbrew/.linuxbrew + if status is-interactive + # Commands to run in interactive sessions can go here + end + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +end -- cgit v1.2.3