This commit is contained in:
Petr Bělohlávek 2018-04-17 20:46:15 +00:00 committed by GitHub
commit 7d552870ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ function pyclean() {
# Grep among .py files
alias pygrep='grep --include="*.py"'
# Run proper IPython regarding current virtualenv (if any)
alias ipython="python -c 'import IPython; IPython.terminal.ipapp.launch_new_instance()'"