fix docker. add cdd var
This commit is contained in:
parent
358b6c87c7
commit
883690104b
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# docker
|
||||
if docker tig 2>/dev/null; then
|
||||
if hash docker 2>/dev/null; then
|
||||
export DOCKER_COMPOSE_BIN='{{ .docker_compose_command }}'
|
||||
docker-compose ()
|
||||
{
|
||||
|
|
|
@ -134,6 +134,7 @@ if hash nix-env 2>/dev/null; then
|
|||
fi
|
||||
|
||||
alias cdd='cd {{ .deploydir }}'
|
||||
export cdd={{ .deploydir }}
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# COMPLETIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue