diff --git a/completions/env-backup-completion.bash b/completions/env-backup-completion.bash old mode 100644 new mode 100755 diff --git a/dotfiles/my-aliases.zsh.original b/dotfiles/my-aliases.zsh.original index fcb0e94..cbddc97 100644 --- a/dotfiles/my-aliases.zsh.original +++ b/dotfiles/my-aliases.zsh.original @@ -9,17 +9,14 @@ alias findzombie="ps -A -ostat,pid,ppid | grep -e '[zZ]'" # 🎬 Plex Media Server Management alias plex="/home/acedanger/shell/plex/plex.sh" 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 alias dcdn="docker compose down" alias dcupd="docker compose up -d" alias dcpull="docker compose pull" + alias lzd="lazydocker" +alias lzg="lazygit" # 🔧 Backup Management alias backup-tui="/home/acedanger/shell/backup-tui" @@ -31,6 +28,6 @@ alias update="/home/acedanger/shell/update.sh" # Note: The following aliases are dynamically generated by setup.sh based on available commands: # - cat/bat aliases (batcat vs bat) -# - fd aliases (fdfind vs fd) +# - fd aliases (fdfind vs fd) # - fzf preview aliases # - ls/eza aliases (eza vs traditional ls)