Skip to content

Commit

Permalink
feat(shell): docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Sep 20, 2024
1 parent f8d692d commit c00fce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ dots() {

alias notes="cd $NOTES"
alias work="cd $WORK"

alias dcu="docker compose up"
alias dockerclean="docker system prune -af --volumes"

alias diff="delta"

alias ls='lsd'
Expand Down

0 comments on commit c00fce1

Please sign in to comment.