Skip to content

Commit

Permalink
Update aliases.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jan 27, 2019
1 parent ae0f913 commit adeb956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions profile.d/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ alias d="docker"
alias dc="docker-compose"
alias dps="docker ps --format 'table {{.ID}}\t{{.Names}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}'"
alias dtop="docker ps --format '{{.Names}}' | xargs docker stats $1"
alias dlog="dc logs -f --tail 100"
alias dlog0="dc logs -f --tail 0"
alias dclog="dc logs -f --tail"

alias ungz="gunzip -k"

0 comments on commit adeb956

Please sign in to comment.