mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
3 lines
129 B
Bash
3 lines
129 B
Bash
alias wget='wget -c'
|
|
alias zshrc='source ~/.zshrc'
|
|
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"'
|