store: Fish cddev abbreviation for quick dev directory navigation

This commit is contained in:
Cal Corum 2026-03-01 10:43:35 -06:00
parent f27a38dad8
commit 91cbda1085

View File

@ -0,0 +1,25 @@
---
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:43:35.258753+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 `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.