From 4aea2f4e2cd1275b830501aaacd3269ef3e21724 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 18 May 2026 20:21:01 -0400 Subject: [PATCH] feat(path): add resend to PATH --- config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config.fish b/config.fish index d799324..fdcb742 100644 --- a/config.fish +++ b/config.fish @@ -74,6 +74,7 @@ fish_add_path -mg --move $CARGO_HOME/bin fish_add_path $BUN_INSTALL/bin fish_add_path $XDG_DATA_HOME/npm-global/bin fish_add_path $HOME/.lmstudio/bin +fish_add_path $HOME/.resend/bin # ───────────────────────── CDPATH projects dir ────────────────────────── # Allows cd-ing to directories within $HOME/projects or $HOME without needing to specify the full path. -- 2.52.0