1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00
dotfiles/.zsh/aliases.zsh
2020-09-24 20:36:30 +02:00

5 lines
217 B
Bash

alias wget='wget -c'
alias zshrc='source ~/.zshrc'
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"'
alias d-c='docker-compose'
alias dots='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'