1.8 KiB
1.8 KiB
| id | type | title | tags | importance | confidence | created | updated | relations | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8733b4b1-5651-4dc5-9b67-7edc07e62ca6 | configuration | Tmux default shell set to fish via dotfiles |
|
0.6 | 0.8 | 2026-03-01T16:43:38.812046+00:00 | 2026-03-01T16:44:09.574277+00:00 |
|
Tmux Default Shell: Fish
What
Created ~/.tmux.conf with set-option -g default-shell /usr/bin/fish so tmux opens fish instead of bash for all new panes/windows.
Dotfiles Integration
- Source file:
~/dotfiles/tmux/.tmux.conf - Symlink target:
~/.tmux.conf - Added to
install.shanduninstall.shLINKS arrays with mapping["tmux/.tmux.conf"]="$HOME/.tmux.conf"
Key Config Line
set-option -g default-shell /usr/bin/fish
Context
Part of dotfiles repo managed with symlinks. Tmux was added to the dotfiles tracking table in workstation CONTEXT.md.