Remove calc function in aliases: use bc instead

This commit is contained in:
flyingscorpio@arch-desktop 2021-02-05 19:19:24 +01:00
parent 241590e98d
commit 05cda8513b

View file

@ -123,12 +123,6 @@ bye() {
shutdown now
}
# Use python to make simple calculations, like 'calc 24/8'
calc() {
echo -n "$* = "
python -c "print($*)"
}
# Open a map with location after using whois
whois-firefox() {
mkfifo pipe; cat pipe &