mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
13 lines
406 B
Bash
13 lines
406 B
Bash
alias py=python3
|
|
alias gp="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" |