update zshrc

This commit is contained in:
Christoph J. Scherr 2025-03-02 01:36:38 +01:00
parent b03c452c9b
commit 42986bba16
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

3
.zshrc
View file

@ -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 <<< "