Remove my-aliases.zsh from tracking - now generated dynamically by bootstrap

This commit is contained in:
Peter Wood
2025-05-28 19:57:57 +00:00
parent 517fa3fd1f
commit 08b766bec5
2 changed files with 3 additions and 24 deletions

3
.gitignore vendored
View File

@@ -35,3 +35,6 @@ crontab/crontab-backups/*/archive/
# backblaze cli <https://www.backblaze.com/docs/cloud-storage-command-line-tools>
# can be downloaded from <https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux>
immich/b2-linux
# Generated dotfiles - these are created dynamically by bootstrap process
dotfiles/my-aliases.zsh

View File

@@ -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 {}'"