Docker : Switch detachKeys to <C-z>.
This commit is contained in:
parent
9b115d93fe
commit
853a328412
|
@ -30,6 +30,9 @@ export TEXMFLOCAL="${HOME}/app/tex/data/local"
|
|||
# Dotfiles exports.
|
||||
export BASH_MODULE_PATH="${HOME}/.config/bash/module"
|
||||
|
||||
# Docker config.
|
||||
export DOCKER_CONFIG="${HOME}/.config/docker"
|
||||
|
||||
# Set java version. Sets to latest when not specified.
|
||||
# Usage: export_java [VERSION]
|
||||
function export_java() {
|
||||
|
|
3
.config/docker/config.json
Normal file
3
.config/docker/config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"detachKeys": "ctrl-z"
|
||||
}
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -69,6 +69,10 @@
|
|||
!/.config/tmux/
|
||||
!/.config/tmux/**
|
||||
|
||||
# Docker config.
|
||||
!/.config/docker/
|
||||
!/.config/docker/**
|
||||
|
||||
# MangoHud config.
|
||||
!/.config/MangoHud/
|
||||
!/.config/MangoHud/**
|
||||
|
|
Reference in a new issue