diff --git a/.bashrc.kuba b/.bashrc.kuba index 2022e7b..f909c25 100755 --- a/.bashrc.kuba +++ b/.bashrc.kuba @@ -43,7 +43,7 @@ source_existing ~/.bash_prompt.kuba source_existing ~/.python-venv.kuba/bin/activate if command -v ipython &> /dev/null; then - alias p=ipython --pylab + alias p="ipython --pylab" elif command -v python &> /dev/null; then alias p=python fi