diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-09 14:14:24 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-09 14:14:24 -0600 |
| commit | 173d3a70e32e3ce1c83cf98346ab9d007782c5b6 (patch) | |
| tree | 6458655314d3e56e4e63114ea3288c6fd583265e /dotfiles/system/.bashrc | |
| parent | c4da6f74db13b677e041e1fafa6abb44a5e69098 (diff) | |
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.
Diffstat (limited to 'dotfiles/system/.bashrc')
| -rw-r--r-- | dotfiles/system/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
