From 8f5e821c134782fe276c43e7b9a17e85e47a2d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 2 Oct 2024 22:37:08 +0200 Subject: [PATCH] zsh: Add alias for python shell --- zsh/zshrc.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc.j2 b/zsh/zshrc.j2 index 20ba1d7..8ce2181 100644 --- a/zsh/zshrc.j2 +++ b/zsh/zshrc.j2 @@ -79,6 +79,7 @@ alias clipo="xclip -out -selection clipboard" alias rgrep="grep -r" alias calc='python3 -ic "from math import *; import cmath"' +alias psh='python3 -ic "from math import *; import cmath"' alias le_haxxor_1='clear && dmesg | pv -qL 20' alias le_haxxor_2='clear && hexdump -C /dev/urandom | pv -qlL 2'