mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
add ipython config
This commit is contained in:
parent
d77c71cf59
commit
d600f2d413
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,9 @@
|
|||
.DS_store
|
||||
*antigen-compat
|
||||
*.zwc
|
||||
history.sqlite
|
||||
dhist
|
||||
|
||||
ipython/profile_default/{log,db}
|
||||
ipython/profile_default/history.sqlite
|
||||
.mypy_cache
|
||||
|
|
2
ipython/profile_default/ipython_config.py
Normal file
2
ipython/profile_default/ipython_config.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
c.TerminalInteractiveShell.editing_mode = "vi"
|
||||
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
2
ipython/profile_default/startup/11-autoreload.py
Normal file
2
ipython/profile_default/startup/11-autoreload.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
get_ipython().run_line_magic('load_ext', 'autoreload')
|
||||
get_ipython().run_line_magic('autoreload', '2')
|
Loading…
Reference in New Issue
Block a user