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/.bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/system/.bashrc') diff --git a/dotfiles/system/.bashrc b/dotfiles/system/.bashrc index 95d78ff..b5290cd 100644 --- a/dotfiles/system/.bashrc +++ b/dotfiles/system/.bashrc @@ -55,3 +55,5 @@ export PS1="[\d, \t] \u@\H:\w \n$ " source "$HOME"/.profile [ -f "$HOME"/.fzf.bash ] && source "$HOME"/.fzf.bash +. "/home/cjennings/.deno/env" +source /home/cjennings/.local/share/bash-completion/completions/deno.bash \ No newline at end of file -- cgit v1.2.3