Update .zshrc and my-aliases.zsh with new configurations and aliases

This commit is contained in:
Peter Wood
2025-03-05 22:01:57 +00:00
parent 7f415c600b
commit a5cf964653
2 changed files with 18 additions and 38 deletions

View File

@@ -3,4 +3,11 @@ alias gp="git pull"
alias gpush="git push"
alias gc="git commit"
alias gcm="git commit -m"
alias c="code ."
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"