store: Fish functions and tmux aliases documented in workstation CONTEXT.md

This commit is contained in:
Cal Corum 2026-03-01 10:43:43 -06:00
parent 5025da25c9
commit cdb8b93ac8

View File

@ -0,0 +1,35 @@
---
id: 037e4a34-6d52-41ed-85a8-9098eadba621
type: insight
title: "Fish functions and tmux aliases documented in workstation CONTEXT.md"
tags: [fish, tmux, dotfiles, documentation, claude-home, workstation]
importance: 0.6
confidence: 0.8
created: "2026-03-01T16:43:43.038416+00:00"
updated: "2026-03-01T16:43:43.038416+00:00"
---
# Workstation CONTEXT.md: Fish & Tmux Documentation
## What Was Added
Added "Fish Functions & Aliases" section to `workstation/CONTEXT.md` covering:
### config.fish Abbreviations
- `yolo` — existing abbreviation
- `cddev` — expands to `cd /mnt/NV2/Development`
### Tmux Helper Functions
These live in `~/dotfiles/fish/functions/` and are symlinked to `~/.config/fish/functions/`:
- `tls` — list tmux sessions
- `tma` — attach to a tmux session
- `tmn` — create a new tmux session
- `cc` — (purpose documented in CONTEXT.md)
### How to Add New Fish Functions
Instructions for adding new fish functions are included in the section.
### Dotfiles Tracking Table
Tmux was added to the dotfiles tracking table in workstation CONTEXT.md.
## File
`/mnt/NV2/Development/claude-home/workstation/CONTEXT.md`