diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-26 13:01:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-26 13:01:57 +0300 |
| commit | 62eaa8d5bfa5c98f72fb097766e6d8bb545ddb75 (patch) | |
| tree | d83f8f5b386f9abc08006d636060d6e092e5b42a | |
| parent | f2b8bedd5a0c1f0b78c91c1e793fac9d459ee808 (diff) | |
Update
| -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 |
