Loading .ipython/profile_default/ipython_config.py +0 −13 Original line number Diff line number Diff line Loading @@ -8,21 +8,8 @@ c.AliasManager.user_aliases = [ ('ls', 'ls --color=auto -lh'), ('rm', 'rm'), ('sudo', 'sudo'), ('setup', '{0} setup.py'.format(sys.executable)), ('setup2', 'python2 setup.py'), ('setup3', 'python3 setup.py'), ('manage', '{0} manage.py'.format(sys.executable)), ('manage2', 'python2 manage.py'), ('manage3', 'python3 manage.py'), ('python', sys.executable), ('python2', 'python2'), ('python3', 'python3'), ] if sys.version_info.major == 2: c.AliasManager.user_aliases.extend([ ('pip', '{0} -m pip'.format(sys.executable)), ]) c.TerminalInteractiveShell.confirm_exit = False c.TerminalInteractiveShell.editing_mode = 'vi' .ipython/profile_default/startup/20-debugger.pydeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line with MagicFinder(pudb='git+https://github.com/domsekotill/pudb.git@master'): import pudb.ipython Loading
.ipython/profile_default/ipython_config.py +0 −13 Original line number Diff line number Diff line Loading @@ -8,21 +8,8 @@ c.AliasManager.user_aliases = [ ('ls', 'ls --color=auto -lh'), ('rm', 'rm'), ('sudo', 'sudo'), ('setup', '{0} setup.py'.format(sys.executable)), ('setup2', 'python2 setup.py'), ('setup3', 'python3 setup.py'), ('manage', '{0} manage.py'.format(sys.executable)), ('manage2', 'python2 manage.py'), ('manage3', 'python3 manage.py'), ('python', sys.executable), ('python2', 'python2'), ('python3', 'python3'), ] if sys.version_info.major == 2: c.AliasManager.user_aliases.extend([ ('pip', '{0} -m pip'.format(sys.executable)), ]) c.TerminalInteractiveShell.confirm_exit = False c.TerminalInteractiveShell.editing_mode = 'vi'
.ipython/profile_default/startup/20-debugger.pydeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line with MagicFinder(pudb='git+https://github.com/domsekotill/pudb.git@master'): import pudb.ipython