Skip to content

Commit

Permalink
ADD docker compose alias
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 26, 2023
1 parent a58aff6 commit 39f7231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theia-base/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ alias gitsh='git push'
alias gitll='git pull'
alias gitssh='git push --set-upstream origin $(git branch --show-current)'

# docker
alias dc='docker compose'

alias ll='ls --color=auto -l'
if which exa &> /dev/null; then
alias la='exa -abghlT --ignore-glob=".bzr|CVS|.git|.hg|.svn|node_modules|__pycache__" --git'
Expand Down

0 comments on commit 39f7231

Please sign in to comment.