Add pip config file

Set the option to display the of `pip list` in `columns` mode.
This commit is contained in:
Kenneth Benzie 2019-08-22 22:04:57 +01:00
parent c698d922db
commit e22f4d6123
2 changed files with 3 additions and 0 deletions

View File

@ -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}

2
pip.conf Normal file
View File

@ -0,0 +1,2 @@
[list]
format=columns