diff options
| -rw-r--r-- | dotfiles/fish/conf.d/config.fish | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
