From 38aaefb73cd8c29fab528f6dec5d143101ee9b18 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 16 Jun 2019 22:20:52 -0400 Subject: Alias date=ddate Will I regret this? --- home/.kshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home') 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' -- cgit 1.4.1