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:
@@ -339,6 +339,16 @@
|
|||||||
set pure_show_prefix_root_prompt true
|
set pure_show_prefix_root_prompt true
|
||||||
set sponge_regex_patterns 'password|passwd'
|
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 = {
|
fzf = {
|
||||||
|
|||||||
Reference in New Issue
Block a user