Skip to content

Commit

Permalink
Update .bash_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
meteoritt authored Nov 21, 2020
1 parent b24f8e9 commit e882f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topalias/data/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ alias dc='docker-compose'
alias dcl='docker-compose logs -f'
alias dcr='docker-compose stop && docker-compose up -d'
alias snd='sudo nano docker-compose.yml'
alias du='docker-compose up -d'
alias ds='docker-compose stop'
alias dcu='docker-compose up -d'
alias dcs='docker-compose stop'

# kubernetes
alias k='kubectl'
Expand Down

0 comments on commit e882f35

Please sign in to comment.