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