feat: update fish config
This commit is contained in:
@@ -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:
|
||||
|
||||
```bash
|
||||
stow .
|
||||
stow -d . -t $HOME/.config
|
||||
```
|
||||
|
||||
> **Note:** Make sure to run this command every time you update this repository.
|
||||
|
||||
@@ -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)"
|
||||
|
||||
alias dc="docker compose"
|
||||
@@ -10,4 +15,3 @@ alias kn "kubectl config set-context --current --namespace"
|
||||
# Enable zoxide
|
||||
zoxide init fish | source
|
||||
|
||||
set HOMEBREW_NO_ENV_HINTS 1
|
||||
|
||||
Reference in New Issue
Block a user