[profile] Add environment variable for Docker emulation with podman
This commit is contained in:
parent
84ea4de4fd
commit
ff914431e6
2
.profile
2
.profile
@ -66,6 +66,8 @@ export MANPAGER='less'
|
|||||||
export BROWSER=firefox
|
export BROWSER=firefox
|
||||||
export XMODIFIERS=
|
export XMODIFIERS=
|
||||||
|
|
||||||
|
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock"
|
||||||
|
|
||||||
LESS_TERMCAP_mb="$(printf '\e[1;32m')"
|
LESS_TERMCAP_mb="$(printf '\e[1;32m')"
|
||||||
LESS_TERMCAP_md="$(printf '\e[1;32m')"
|
LESS_TERMCAP_md="$(printf '\e[1;32m')"
|
||||||
LESS_TERMCAP_me="$(printf '\e[0m')"
|
LESS_TERMCAP_me="$(printf '\e[0m')"
|
||||||
|
Loading…
Reference in New Issue
Block a user