From 42986bba16d19d30ca08c9ef0f396422ea364a81 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Sun, 2 Mar 2025 01:36:38 +0100 Subject: [PATCH] update zshrc --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index b171cb0..946dcd9 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,7 @@ alias mkpatch="diff -Naru" alias shrug="echo -ne ¯\\\_(ツ)_/¯" alias sheep="echo -ne 🐑" alias knife="echo -ne 🔪" +alias please="echo -ne 👉👈" alias bak=backup ### Functions @@ -80,8 +81,6 @@ function condac() { conda activate $@ export HOST=$(hostname) } -# calculate on shell with `c 1+1` -function c() { printf "%s\n" "$@" | bc -l; } # Call Python and execute multiple statements from args function py() { python <<< "