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:
|
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.
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -7,7 +12,6 @@ alias dps="docker ps --format 'table {{.Names}}\t{{printf \"%-20s\" .Status}}'"
|
|||||||
alias k kubectl
|
alias k kubectl
|
||||||
alias kn "kubectl config set-context --current --namespace"
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user