diff options
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.bashrc.d/aliases.sh | 2 | ||||
| -rw-r--r-- | dotfiles/common/.config/qalculate/qalculate-gtk.cfg | 24 | ||||
| -rwxr-xr-x | dotfiles/common/.local/bin/ai-assistants | 2 | ||||
| -rwxr-xr-x | dotfiles/common/.local/bin/aix | 8 | ||||
| -rw-r--r-- | dotfiles/common/.zshrc.d/aliases.sh | 2 |
5 files changed, 31 insertions, 7 deletions
diff --git a/dotfiles/common/.bashrc.d/aliases.sh b/dotfiles/common/.bashrc.d/aliases.sh index 9be16da..1321bf0 100644 --- a/dotfiles/common/.bashrc.d/aliases.sh +++ b/dotfiles/common/.bashrc.d/aliases.sh @@ -80,7 +80,7 @@ alias gdbx="gdb --batch --ex r --ex bt --ex q --args" # ============================================================================= # Claude Code # ============================================================================= -alias hey='claude "Read ./docs/protocols.org and ./docs/NOTES.org, follow their instructions, then run session startup workflow."' +alias hey='claude "Read docs/protocols.org and follow all instructions."' # ============================================================================= # Phenomenology RAG (ollama/deepseek) diff --git a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg index b80636c..2ce75de 100644 --- a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg +++ b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg @@ -69,6 +69,10 @@ comma_as_separator=1 use_custom_application_font=0 multiplication_sign=2 division_sign=1 +expression_history=60×60×8 +expression_history=60×60×6 +expression_history=60×60 +expression_history=7200/60 expression_history=1024×8 expression_history=125×7×6 expression_history=7600×4 @@ -105,6 +109,26 @@ expression_history=1024×16 expression_history=3278×12 expression_history=1026×16 expression_history=96×2 +history_time=1770475922 +history_expression=60×60×8 +history_parse=60 × 60 × 8 +history_result=28 800 +history_time=1770475866 +history_expression=60×60×8 +history_parse=60 × 60 × 8 +history_result=28 800 +history_time=1770475857 +history_expression=60×60×6 +history_parse=60 × 60 × 6 +history_result=21 600 +history_time=1770475851 +history_expression=60×60 +history_parse=60 × 60 +history_result=3600 +history_time=1770475838 +history_expression=7200/60 +history_parse=7200 ∕ 60 +history_result=120 history_time=1770329943 history_expression=1024×8 history_parse=1024 × 8 diff --git a/dotfiles/common/.local/bin/ai-assistants b/dotfiles/common/.local/bin/ai-assistants index 51028fe..3b4d80e 100755 --- a/dotfiles/common/.local/bin/ai-assistants +++ b/dotfiles/common/.local/bin/ai-assistants @@ -21,7 +21,7 @@ projects=( ) # Claude command to run in each window -CLAUDE_CMD='claude "Read docs/protocols.org and docs/NOTES.org, follow instructions exactly, then begin the session-start workflow"' +CLAUDE_CMD='claude "Read docs/protocols.org and follow all instructions."' # Create session with first project first="${projects[0]}" diff --git a/dotfiles/common/.local/bin/aix b/dotfiles/common/.local/bin/aix index 0f70d23..35cab64 100755 --- a/dotfiles/common/.local/bin/aix +++ b/dotfiles/common/.local/bin/aix @@ -1,7 +1,7 @@ #!/bin/bash -# Launch tmux session with Claude in fzf-selected project directories +# Launch tmux session with an LLM in fzf-selected project directories -SESSION="claude" +SESSION="ai" # If session exists, attach or switch to it if tmux has-session -t "$SESSION" 2>/dev/null; then @@ -41,13 +41,13 @@ selections=$(printf '%s\n' "${candidates[@]}" | fzf --multi --height=70% --rever # Claude command — separated for safe editing AI_CMD="claude" -AI_INSTRUCTIONS='Read docs/protocols.org and docs/NOTES.org, follow instructions exactly, then begin the session-start workflow' +AI_INSTRUCTIONS='Read docs/protocols.org and follow all instructions.' # Read selections into array selected=() while IFS= read -r line; do selected+=("$line") -done <<< "$selections" +done <<<"$selections" # Create session with first selection first="${selected[0]}" diff --git a/dotfiles/common/.zshrc.d/aliases.sh b/dotfiles/common/.zshrc.d/aliases.sh index 9be16da..1321bf0 100644 --- a/dotfiles/common/.zshrc.d/aliases.sh +++ b/dotfiles/common/.zshrc.d/aliases.sh @@ -80,7 +80,7 @@ alias gdbx="gdb --batch --ex r --ex bt --ex q --args" # ============================================================================= # Claude Code # ============================================================================= -alias hey='claude "Read ./docs/protocols.org and ./docs/NOTES.org, follow their instructions, then run session startup workflow."' +alias hey='claude "Read docs/protocols.org and follow all instructions."' # ============================================================================= # Phenomenology RAG (ollama/deepseek) |
