summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.kshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.kshrc b/home/.kshrc
index d1473a65..c207a130 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -26,10 +26,11 @@ export NETHACKOPTIONS='pickup_types:$!?+/=, color, DECgraphics'
 
 alias ls='ls -p'
 alias ll='ls -lh'
+alias bc='bc -l'
+alias date=ddate
 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 || ls' 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'