From d974d314e83c6708c106af53ed3a25d7b116c65b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 23 Aug 2018 00:15:02 -0400 Subject: Alias bc='bc -l' --- home/.kshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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' -- cgit 1.4.1