BIG UPDATE: zsh: moved lots of things out of the zshrc
This commit is contained in:
parent
a96c4215ed
commit
1eae827160
4 changed files with 81 additions and 61 deletions
6
.config/shell/bin/calc
Executable file
6
.config/shell/bin/calc
Executable 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 $(($*))
|
Loading…
Add table
Add a link
Reference in a new issue