Compare commits

...

2 Commits

Author SHA1 Message Date
rootiest 50979acc1f Merge pull request 'feat(path): add resend to PATH' (#15) from feat/resend into main
Reviewed-on: #15
2026-05-19 00:21:36 +00:00
rootiest 4aea2f4e2c feat(path): add resend to PATH 2026-05-18 20:21:01 -04:00
+1
View File
@@ -74,6 +74,7 @@ fish_add_path -mg --move $CARGO_HOME/bin
fish_add_path $BUN_INSTALL/bin fish_add_path $BUN_INSTALL/bin
fish_add_path $XDG_DATA_HOME/npm-global/bin fish_add_path $XDG_DATA_HOME/npm-global/bin
fish_add_path $HOME/.lmstudio/bin fish_add_path $HOME/.lmstudio/bin
fish_add_path $HOME/.resend/bin
# ───────────────────────── CDPATH projects dir ────────────────────────── # ───────────────────────── CDPATH projects dir ──────────────────────────
# Allows cd-ing to directories within $HOME/projects or $HOME without needing to specify the full path. # Allows cd-ing to directories within $HOME/projects or $HOME without needing to specify the full path.