[ssh] Mostly ssh changes

This commit is contained in:
2022-11-13 00:09:26 -05:00
parent 94ce3187ca
commit e907b712eb
14 changed files with 52 additions and 29 deletions

View File

@ -1,5 +1,7 @@
if status is-interactive
source ~/.asdf/asdf.fish
set -gx GOPATH ~/.go
set -gx PATH ~/.go/bin $PATH
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH