about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-04-02T20·26+0100
committerWilliam Carroll <wpcarro@gmail.com>2019-04-02T20·26+0100
commit7646143843bf2b9d957e33f992db09ac5ee436f1 (patch)
tree4ef41aa6aae4087ced25bf80ebb385fa0fb8986c /configs
parent698cff169a542840249880f2d851bded357d453f (diff)
Support .docker/config file
Useful since helpful aliases and functions around creating sandboxed REPL
environments for languages like, Elixir, Haskell are on the way. Other languages
that might be interesting to support would be Clojure.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/misc/.docker/config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/misc/.docker/config.json b/configs/shared/misc/.docker/config.json
new file mode 100644
index 000000000000..6e6b747acf94
--- /dev/null
+++ b/configs/shared/misc/.docker/config.json
@@ -0,0 +1,3 @@
+{
+  "detachKeys": "ctrl-i,e"
+}