Add brain fish function for externalized executive function system

Launches Claude in ~/brain directory with welcome message showing
available commands (wrap, inbox).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 19:40:18 +00:00
parent b5f0cdb429
commit 2dcd03cbb0

View File

@@ -339,6 +339,16 @@
set pure_show_prefix_root_prompt true
set sponge_regex_patterns 'password|passwd'
'';
functions = {
brain = ''
echo "🧠 Brain session starting..."
echo " wrap - end session with notes"
echo " inbox: <thought> - quick capture"
echo ""
cd ~/brain && claude
'';
};
};
fzf = {