From e22f4d612356cd3767657644d4d67f7123c64f45 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 22 Aug 2019 22:04:57 +0100 Subject: [PATCH] Add pip config file Set the option to display the of `pip list` in `columns` mode. --- .conduit.yaml | 1 + pip.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 pip.conf diff --git a/.conduit.yaml b/.conduit.yaml index e09d618..375791e 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -12,3 +12,4 @@ - {src: pylintrc, dst: ~/.pylintrc} - src: ipython_config.py dst: ~/.ipython/profile_default/ipython_config.py + - {src: pip.conf, dst: ~/.config/pip/pip.conf} diff --git a/pip.conf b/pip.conf new file mode 100644 index 0000000..ae2efd7 --- /dev/null +++ b/pip.conf @@ -0,0 +1,2 @@ +[list] +format=columns