diff options
author | June McEnroe <june@causal.agency> | 2019-06-16 22:20:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-06-16 22:20:52 -0400 |
commit | 3b53cd615f499eefe8f49a3991b4867d64f63d3d (patch) | |
tree | e58632e3a9420f0987302081c6c1700c9814a915 /home | |
parent | Set sensitivity by slot in TF2 (diff) | |
download | src-3b53cd615f499eefe8f49a3991b4867d64f63d3d.tar.gz src-3b53cd615f499eefe8f49a3991b4867d64f63d3d.zip |
Alias date=ddate
Will I regret this?
Diffstat (limited to 'home')
-rw-r--r-- | home/.kshrc | 3 |
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' |