From 1a1c656fc103a9c0d495b11a30671b659695c54a Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 28 May 2025 15:16:59 -0400 Subject: [PATCH] chore: Remove deprecated aliases from my-aliases.zsh --- dotfiles/my-aliases.zsh | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dotfiles/my-aliases.zsh b/dotfiles/my-aliases.zsh index b24b491..e69de29 100644 --- a/dotfiles/my-aliases.zsh +++ b/dotfiles/my-aliases.zsh @@ -1,24 +0,0 @@ -alias py=python3 -alias gpull="git pull" -alias gpush="git push" -alias gc="git commit" -alias gcm="git commit -m" - -alias ll="ls -laFh --group-directories-first --color=auto" -alias findzombie="ps -A -ostat,pid,ppid | grep -e '[zZ]'" -# 🎬 Plex Media Server Management - Sexy Edition -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 -alias update="/home/acedanger/shell/update.sh" -alias dcdn="docker compose down" -alias dcupd="docker compose up -d" -alias dcpull="docker compose pull" -alias lzd="lazydocker" -alias cat="batcat" -alias fd="fdfind" -alias fzf="fzf --preview='batcat {}'"