about summary refs log tree commit diff stats
path: root/profile/bc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/bc.sh')
-rw-r--r--profile/bc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/bc.sh b/profile/bc.sh index f3b0f5e..c17f560 100644 --- a/profile/bc.sh +++ b/profile/bc.sh
@@ -1,5 +1,7 @@
1# GNU bc 1# GNU bc
2 2
3execp bc || return
4
3BC_ENV_ARGS="-l -q" 5BC_ENV_ARGS="-l -q"
4 6
5BC_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/bc/init" 7BC_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/bc/init"