From af4e2d43645d7365da1c259b6495bc4453172dae Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Thu, 21 Dec 2023 08:06:55 +0100 Subject: [PATCH] pylab --- .bashrc.kuba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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