1.8 KiB
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 |
|
0.5 | 0.8 | 2026-03-01T16:43:35.258753+00:00 | 2026-03-01T16:44:07.115190+00:00 |
|
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
yoloabbreviation
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.