mac only changes
This commit is contained in:
1
fish/files/conf.d/fnm.fish
Normal file
1
fish/files/conf.d/fnm.fish
Normal file
@@ -0,0 +1 @@
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
@@ -154,4 +154,15 @@ set --export PATH $BUN_INSTALL/bin $PATH
|
||||
# opencode
|
||||
fish_add_path /home/thomasgl/.opencode/bin
|
||||
|
||||
test -f ~/.safe-chain/scripts/init-fish.fish; and source ~/.safe-chain/scripts/init-fish.fish # Safe-chain Fish initialization script
|
||||
if test (uname) = Darwin
|
||||
if test -f ~/.safe-chain/scripts/init-fish.fish
|
||||
source ~/.safe-chain/scripts/init-fish.fish
|
||||
end
|
||||
|
||||
# Google Cloud SDK
|
||||
if test -f /Users/thomasglopes/google-cloud-sdk/path.fish.inc
|
||||
source /Users/thomasglopes/google-cloud-sdk/path.fish.inc
|
||||
end
|
||||
|
||||
set -gx PATH /Users/thomasglopes/.local/bin /Users/thomasglopes/google-cloud-sdk/bin $PATH
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user