fish: update aliases, $PATH, and remove some functions

This commit is contained in:
Oleksandr Smirnov 2025-03-01 15:08:51 +02:00
parent 52fd2af843
commit a92de1a61d
No known key found for this signature in database
4 changed files with 23 additions and 53 deletions

View file

@ -5,15 +5,14 @@ set -g GOPATH $HOME/go
set -g GOBIN $GOPATH/bin
set -g PATH $HOME/bin $PATH
set -g PATH $HOME/go/bin $PATH
set -g PATH $HOME/.local/bin $PATH
set -g PATH $HOME/.bun/bin $PATH
set -g PATH $HOME/.cargo/bin $PATH
set -g PATH $HOME/go/bin $PATH
set -g PATH node_modules/.bin $PATH
set -g PATH .bin $PATH
if status is-interactive
set fish_greeting
starship init fish | source
zoxide init fish | source
mise activate fish | source