summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-03-28 16:26:58 -0400
committerJune McEnroe <programble@gmail.com>2012-03-28 16:26:58 -0400
commit4bdb7b3345ab9680234f074fbdecca50601c3f57 (patch)
tree2ea7d34f4463c1ed58444af2c0fd9b3d70f954c4 /.zshrc
parentRemoved vimrc (diff)
downloadsrc-4bdb7b3345ab9680234f074fbdecca50601c3f57.tar.gz
src-4bdb7b3345ab9680234f074fbdecca50601c3f57.zip
Reformat for use with Effuse
Diffstat (limited to '')
-rw-r--r--.zshrc (renamed from _zshrc)2
1 files changed, 2 insertions, 0 deletions
diff --git a/_zshrc b/.zshrc
index e9445050..04f52b31 100644
--- a/_zshrc
+++ b/.zshrc
@@ -135,10 +135,12 @@ alias gsh='git show'
 alias gmv='git mv'
 alias grm='git rm'
 alias gi='git init'
+alias glg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --color"
 alias mc='make clean'
 alias m='make -j4'
 alias killlall='killall'
 alias irb='ripl'
+alias l='ls'
 
 function gvim {
     [ "$@" ] && =gvim --remote-silent $@ || =gvim