aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/bc.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/bc.bash')
-rw-r--r--bash/bashrc.d/bc.bash7
1 files changed, 0 insertions, 7 deletions
diff --git a/bash/bashrc.d/bc.bash b/bash/bashrc.d/bc.bash
deleted file mode 100644
index 643678ac..00000000
--- a/bash/bashrc.d/bc.bash
+++ /dev/null
@@ -1,7 +0,0 @@
-# This function is only applicable if bc(1) has the non-POSIX -q option
-command bc -q </dev/null >&0 2>&0 || return
-
-# Don't print the bc(1) welcome message
-bc() {
- command bc -q "$@"
-}