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/.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/system/.profile') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index a0a1274..d63cee5 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -102,6 +102,7 @@ alias lt="exa -lthAF --group-directories-first " alias mkd="mkdir -pv" alias myip='curl -4 https://chroot-me.in/ip/ 2> /dev/null || w3m -4 -dump https://chroot-me.in/ip' alias open="xdg-open" +alias ntop="sudo bandwhich" alias ptop="sudo powertop" alias running_services='systemctl list-units --type=service --state=running' alias speedtest="speedtest-go" @@ -130,3 +131,4 @@ fi # if [ -z "$DISPLAY" ] && [ "$(tty)" = /dev/tty1 ]; then # startx # fi +. "/home/cjennings/.deno/env" \ No newline at end of file -- cgit v1.2.3