fish: add function to grep my notes, update PATH

This commit is contained in:
Oleksandr Smirnov 2025-03-15 14:49:54 +02:00
parent 32bde7d519
commit 89a9bce317
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -6,7 +6,7 @@ set -g GOBIN $GOPATH/bin
set -g PATH $HOME/bin $PATH
set -g PATH $HOME/.local/bin $PATH
set -g PATH $HOME/go/bin $PATH
set -g PATH $GOBIN $PATH
set -g PATH node_modules/.bin $PATH
set -g PATH .bin $PATH