From 173d3a70e32e3ce1c83cf98346ab9d007782c5b6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 9 Jan 2026 14:14:24 -0600 Subject: session: add ai-assistants tmux launcher script Created script to launch tmux session with Claude assistants for multiple projects. Synced dotfile changes including calibre, audacious, and shell configs. --- dotfiles/system/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles/system/.zshrc') diff --git a/dotfiles/system/.zshrc b/dotfiles/system/.zshrc index 06b84eb..7050fae 100644 --- a/dotfiles/system/.zshrc +++ b/dotfiles/system/.zshrc @@ -1,3 +1,5 @@ +# Add deno completions to search path +if [[ ":$FPATH:" != *":/home/cjennings/.zsh/completions:"* ]]; then export FPATH="/home/cjennings/.zsh/completions:$FPATH"; fi # source appropriate dotfiles if they exist [ -f ~/.profile ] && source ~/.profile [ -f ~/.secrets ] && source ~/.secrets @@ -177,3 +179,4 @@ eval "$(zoxide init zsh)" ## [/Completion] ulimit -c unlimited +. "/home/cjennings/.deno/env" \ No newline at end of file -- cgit v1.2.3