Added calculator. Fixed whitespace.

This commit is contained in:
lanxu 2019-09-01 14:40:03 +03:00
parent 53e89ae8b4
commit 304cee8e85

4
.zshrc
View File

@ -91,6 +91,10 @@ function aurupdate {
sudo pacman -Syu
}
function c {
echo "scale=2; $@" | bc
}
function aurls {
sudo pacman -Sl custom
}