From 91c8e32100b1062529451cc5466aca669f31fd6c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 17 Jan 2026 17:55:19 -0600 Subject: dotfiles: update hey alias, add phenom RAG function --- dotfiles/system/.profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dotfiles/system/.profile') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index d63cee5..b6df5ac 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -87,7 +87,7 @@ alias whereami="curl ipinfo.io" alias xterm="xterm -ti 340" # claude code -alias hey='claude "Please read ./docs/NOTES.org"' +alias hey='claude "Read ./docs/protocols.org and ./docs/NOTES.org, follow their instructions, then run session startup workflow."' # general utility # alias mount="sudo mount -o uid=$(id -u),gid=$(id -g),umask=0022 " @@ -131,4 +131,8 @@ fi # if [ -z "$DISPLAY" ] && [ "$(tty)" = /dev/tty1 ]; then # startx # fi -. "/home/cjennings/.deno/env" \ No newline at end of file +. "/home/cjennings/.deno/env" +# Phenomenology RAG alias - queries cogito with deepseek-r1:70b +phenom() { + aichat --rag phenom -m ollama:deepseek-r1:70b "$@" +} -- cgit v1.2.3