added calc command

main
The_miro 2025-02-23 17:21:39 +01:00
parent e94be2a627
commit 42b8b258a2
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -190,5 +190,6 @@ function y() {
rm -f -- "$tmp"
}
calc() { printf "%s\n" "$@" | bc -l; }
eval "$(starship init zsh)"