summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-23 00:15:02 -0400
committerJune McEnroe <june@causal.agency>2018-08-23 00:15:02 -0400
commitd974d314e83c6708c106af53ed3a25d7b116c65b (patch)
treea9c6cc194ad6dd68963267c59033f69f1614ef54 /home
parentUpdate usage of scheme in README (diff)
downloadsrc-d974d314e83c6708c106af53ed3a25d7b116c65b.tar.gz
src-d974d314e83c6708c106af53ed3a25d7b116c65b.zip
Alias bc='bc -l'
Diffstat (limited to 'home')
-rw-r--r--home/.kshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.kshrc b/home/.kshrc
index f87f3928..6813bb5d 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -30,6 +30,7 @@ alias ll='ls -lh'
 if [[ $(uname) = 'Linux' ]]; then
 	alias ls='ls --color=auto' grep='grep --color' rm='rm -I'
 fi
+alias bc='bc -l'
 alias gs='git status --short --branch' gd='git diff'
 alias gsh='git show' gl='git log --graph --pretty=log'
 alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash'