summary refs log tree commit diff
path: root/home/.kshrc
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
commit50e36b4b909af44827ff8d233720683054af8f79 (patch)
tree373b220d31dcd08ceb83b9bfbe40558564c47b1d /home/.kshrc
parentUpdate usage of scheme in README (diff)
downloadsrc-50e36b4b909af44827ff8d233720683054af8f79.tar.gz
src-50e36b4b909af44827ff8d233720683054af8f79.zip
Alias bc='bc -l'
Diffstat (limited to 'home/.kshrc')
-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'