Remove calc function in aliases: use bc instead
This commit is contained in:
parent
241590e98d
commit
05cda8513b
1 changed files with 0 additions and 6 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue