feat: Update aliases for Plex management and clean up comments

This commit is contained in:
Peter Wood
2025-06-27 07:45:44 -04:00
parent 5253107be3
commit 42e0c63eb2
2 changed files with 3 additions and 6 deletions

0
completions/env-backup-completion.bash Normal file → Executable file
View File

View File

@@ -9,17 +9,14 @@ alias findzombie="ps -A -ostat,pid,ppid | grep -e '[zZ]'"
# 🎬 Plex Media Server Management # 🎬 Plex Media Server Management
alias plex="/home/acedanger/shell/plex/plex.sh" alias plex="/home/acedanger/shell/plex/plex.sh"
alias px="/home/acedanger/shell/plex/plex.sh" # Quick shortcut alias px="/home/acedanger/shell/plex/plex.sh" # Quick shortcut
alias plex-start="/home/acedanger/shell/plex/plex.sh start" # Start Plex
alias plex-stop="/home/acedanger/shell/plex/plex.sh stop" # Stop Plex
alias plex-restart="/home/acedanger/shell/plex/plex.sh restart" # Restart Plex
alias plex-status="/home/acedanger/shell/plex/plex.sh status" # Status check
alias plex-web="xdg-open http://localhost:32400/web" # Open web UI in browser
# 🐳 Docker Compose Shortcuts # 🐳 Docker Compose Shortcuts
alias dcdn="docker compose down" alias dcdn="docker compose down"
alias dcupd="docker compose up -d" alias dcupd="docker compose up -d"
alias dcpull="docker compose pull" alias dcpull="docker compose pull"
alias lzd="lazydocker" alias lzd="lazydocker"
alias lzg="lazygit"
# 🔧 Backup Management # 🔧 Backup Management
alias backup-tui="/home/acedanger/shell/backup-tui" alias backup-tui="/home/acedanger/shell/backup-tui"