claude-memory/graph/configurations/fish-cddev-abbreviation-for-quick-dev-directory-navigation-b52269.md
2026-03-01 10:44:07 -06:00

1.8 KiB

id type title tags importance confidence created updated relations
b522690f-6e80-4e70-8c92-0ed14aded8ff configuration Fish cddev abbreviation for quick dev directory navigation
fish
abbreviation
dotfiles
workstation
claude-home
0.5 0.8 2026-03-01T16:43:35.258753+00:00 2026-03-01T16:44:07.115190+00:00
target type direction strength edge_id
e9e6a15a-bec3-4b62-98c9-4a70a5165348 RELATED_TO outgoing 0.78 6f8497bd-bcdc-48cb-98d4-d034e19f7125
target type direction strength edge_id
d1cd3fff-3514-44a5-a276-36b0acc2cd1c RELATED_TO outgoing 0.77 815cda01-835f-495d-8a0e-71874cdb3676
target type direction strength edge_id
50f02f56-774d-45aa-a7a8-ce2f3b92c5ca RELATED_TO outgoing 0.75 cdd39c3a-5928-4d25-928a-a94428f203c0
target type direction strength edge_id
8733b4b1-5651-4dc5-9b67-7edc07e62ca6 RELATED_TO outgoing 0.8 8210b90d-54f3-4b3c-83a8-ae0d777415d7
target type direction strength edge_id
037e4a34-6d52-41ed-85a8-9098eadba621 RELATED_TO outgoing 0.8 182f7089-d9d4-4d3a-8814-5d054e3a4de2
target type direction strength edge_id
fba35b41-aced-4f74-ae01-dfa062df0764 RELATED_TO outgoing 0.8 53de981d-03de-4992-ad98-e7b75e72d75b

Fish cddev Abbreviation

What

Added cddev abbreviation to ~/.config/fish/config.fish that expands to cd /mnt/NV2/Development.

Location

  • File: ~/.config/fish/config.fish
  • Defined alongside the existing yolo abbreviation

Usage

Typing cddev in the fish shell expands to cd /mnt/NV2/Development, providing quick access to the main development directory on the NV2 drive.

Context

Part of dotfiles workstation setup. Abbreviations in fish expand inline before execution, unlike aliases which are opaque wrappers.