Remove ipython config, add some packages

This commit is contained in:
Kujiu 2017-07-17 11:51:22 +02:00
parent 259d59aca5
commit edf96fd84c
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
2 changed files with 2 additions and 5 deletions

View file

@ -290,3 +290,5 @@ languagetool-ngrams-fr
grammalecte-fr grammalecte-fr
python-pylint python-pylint
python2-pylint python2-pylint
pgcli
bpython

View file

@ -1,5 +0,0 @@
c = get_config()
c.InteractiveShellApp.extensions = [
'powerline.bindings.ipython.post_0_11'
]