BIG UPDATE: zsh: moved lots of things out of the zshrc

This commit is contained in:
PowerUser64 2022-04-06 13:08:42 -07:00
parent a96c4215ed
commit 1eae827160
4 changed files with 81 additions and 61 deletions

6
.config/shell/bin/calc Executable file
View file

@ -0,0 +1,6 @@
#!/bin/zsh
# Note: this is compatible with `sh`, but because
# `sh` does not handle floats, I'm choosing `zsh`.
# Believe it or not, zsh makes for a fine calculator
echo $(($*))