fuck yes :)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
|
||||
source "$HOME/.local/bin/env.fish"
|
||||
test -f "$HOME/.local/bin/env.fish"; and source "$HOME/.local/bin/env.fish"
|
||||
|
||||
@@ -80,6 +80,11 @@ status is-interactive; and begin
|
||||
|
||||
end
|
||||
|
||||
# Add user local bin to PATH
|
||||
if test -d "$HOME/.local/bin"
|
||||
fish_add_path "$HOME/.local/bin"
|
||||
end
|
||||
|
||||
# pnpm
|
||||
switch (uname)
|
||||
case Linux
|
||||
@@ -149,4 +154,4 @@ set --export PATH $BUN_INSTALL/bin $PATH
|
||||
# opencode
|
||||
fish_add_path /home/thomasgl/.opencode/bin
|
||||
|
||||
source ~/.safe-chain/scripts/init-fish.fish # Safe-chain Fish initialization script
|
||||
test -f ~/.safe-chain/scripts/init-fish.fish; and source ~/.safe-chain/scripts/init-fish.fish # Safe-chain Fish initialization script
|
||||
|
||||
Reference in New Issue
Block a user