diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-27 01:42:15 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-27 01:42:15 +0100 |
commit | 4a6735b5363bfee97e2a48938fbde565b210196d (patch) | |
tree | 3fdfec0c8f69172b6b9c2a9b2686885e1492ea37 /%HOME% | |
parent | tmux: add macOS copy-paste shortcuts (diff) | |
download | linux-home-4a6735b5363bfee97e2a48938fbde565b210196d.tar.gz linux-home-4a6735b5363bfee97e2a48938fbde565b210196d.zip |
remove .docker/config.json
It was of low value, and various Docker tools keep re-writing it.
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.docker/config.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/%HOME%/.docker/config.json b/%HOME%/.docker/config.json deleted file mode 100644 index c45674b..0000000 --- a/%HOME%/.docker/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "detachKeys": "ctrl-\\,d" -} |