Latest
This commit is contained in:
parent
cc16b18eca
commit
b6bbc98d9b
2 changed files with 4 additions and 0 deletions
|
@ -296,6 +296,9 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
|||
export POETRY_HOME="$XDG_DATA_HOME/poetry"
|
||||
export PATH="$POETRY_HOME/bin:$PATH"
|
||||
|
||||
### Porter
|
||||
export PORTER_HOME="$XDG_DATA_HOME/porter"
|
||||
|
||||
### Postgres
|
||||
export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc"
|
||||
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
|
||||
|
|
|
@ -8684,6 +8684,7 @@ softwarePackages:
|
|||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- docker-compose-plugin
|
||||
script:darwin: echo "Docker CLI installed by Docker Desktop on macOS"
|
||||
zypper:
|
||||
- containerd.io
|
||||
- docker-ce
|
||||
|
|
Loading…
Reference in a new issue