Refactor alias management and improve bootstrap process for Zsh

This commit is contained in:
Peter Wood
2025-05-19 16:26:36 -04:00
parent 34260be460
commit b674c0a95b
5 changed files with 111 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
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]'"
alias plex="/home/acedanger/shell/plex.sh"
alias update="/home/acedanger/shell/update.sh"
alias dcdn="docker compose down"
alias dcupd="docker compose up -d"
alias lzd="lazydocker"
alias cat="batcat"
alias fd="fdfind"
alias fzf="fzf --preview='batcat {}'"