summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-06-16 22:20:52 -0400
committerJune McEnroe <june@causal.agency>2019-06-16 22:20:52 -0400
commit38aaefb73cd8c29fab528f6dec5d143101ee9b18 (patch)
tree0acc7daea14528c12e70998367cb2150cd6e8ba3 /home
parentSet sensitivity by slot in TF2 (diff)
downloadsrc-38aaefb73cd8c29fab528f6dec5d143101ee9b18.tar.gz
src-38aaefb73cd8c29fab528f6dec5d143101ee9b18.zip
Alias date=ddate
Will I regret this?
Diffstat (limited to 'home')
-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'