1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

alias docker-compose

This commit is contained in:
Luna 2020-12-30 02:32:13 +01:00
parent 8dd094a1c7
commit 4506a65ec9
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

View file

@ -1,6 +1,6 @@
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 c='docker-compose'
alias dots='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
alias lla='ls -lha'