aboutsummaryrefslogtreecommitdiff
path: root/home/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.profile')
-rw-r--r--home/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile
index 0285a74..712e212 100644
--- a/home/.profile
+++ b/home/.profile
@@ -9,3 +9,4 @@ alias pi="sudo pacman -S"
alias pl="pacman -Ql"
alias pyu="sudo pacman -Syu"
function d(){ dict $@ | colorit | less -R }
+function c(){ echo $@ | bc -lq }