feat: update fish config

This commit is contained in:
2025-07-13 16:10:39 +02:00
parent d7a1ce07dc
commit 7ac7b24b78
2 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ If you want to use any of the tools listed in this repository, you should check
Go to the root of this repository and run: Go to the root of this repository and run:
```bash ```bash
stow . stow -d . -t $HOME/.config
``` ```
> **Note:** Make sure to run this command every time you update this repository. > **Note:** Make sure to run this command every time you update this repository.

View File

@@ -1,3 +1,8 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
# Enable brew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
alias dc="docker compose" alias dc="docker compose"
@@ -10,4 +15,3 @@ alias kn "kubectl config set-context --current --namespace"
# Enable zoxide # Enable zoxide
zoxide init fish | source zoxide init fish | source
set HOMEBREW_NO_ENV_HINTS 1