From 2207f12210455b31738258647926d7eea1359472 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 6 May 2025 11:09:38 +0200 Subject: [PATCH] added py(thon)r(un) alias (pyr, pynowr) --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 862e235..5a57f07 100755 --- a/.zshrc +++ b/.zshrc @@ -195,6 +195,9 @@ alias dbs="distrobox stop" alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 30 --logo-height 30 --color red" alias vi="nvim" +alias pyr="python" +alias pynowr='python -W "ignore"' + function dbc() { distrobox create --image "${1}:latest" --name $2