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/.profile | |
| 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/.profile')
| -rw-r--r-- | dotfiles/system/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
