diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-01T23·29-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-01T23·29-0500 |
commit | dded5d649715f00f510bdf53470fe7a8ce6da293 (patch) | |
tree | ed8d81aa4455c344df383ba6fbf24e72f6aec3a7 /aliases.sh | |
parent | 7d5ad2b2b99a3a27a971320be7f21054cb920b4a (diff) |
Adds elixir support; extends tmux config; adds vim viewport key-bindings
Diffstat (limited to 'aliases.sh')
-rw-r--r-- | aliases.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aliases.sh b/aliases.sh index c427af58e9be..1910156b5af9 100644 --- a/aliases.sh +++ b/aliases.sh @@ -23,3 +23,6 @@ alias ccat="pygmentize -g" # pushd and popd commands alias wdirs='dirs | tr " " "\n" | sort -r' +# Pretty-print git history +alias glp="git log --graph --pretty=format:'%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative" + |