Fix Fish shell configuration

- Remove loading asdf env variables
- Add loading Homebrew
- Move Yazi function to config.fish
- Fix Go binary path
This commit is contained in:
Fabio Scotto di Santolo
2024-07-24 09:12:14 +02:00
parent ac9881b7f8
commit 543a9c8241
5 changed files with 43 additions and 42 deletions

View File

@@ -1 +0,0 @@
source ~/.asdf/asdf.fish

View File

@@ -0,0 +1 @@
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"