diff zshrc @ 80:16edf05ad21a

Fix errors with prompt
author zegervdv <zegervdv@me.com>
date Mon, 21 Jul 2014 09:58:05 +0200
parents 7d3ded16eaa2
children dd76ef1174f1
line wrap: on
line diff
--- a/zshrc	Sun Jul 20 23:54:26 2014 +0200
+++ b/zshrc	Mon Jul 21 09:58:05 2014 +0200
@@ -33,7 +33,7 @@
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
 # Example format: plugins=(rails git textmate ruby lighthouse)
-plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore brew-cask rake-fast)
+plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore brew-cask rake-fast colorize colored-man extract)
 
 source $ZSH/oh-my-zsh.sh
 
@@ -66,8 +66,8 @@
 # Commands
 alias grep="grep --color=auto"
 alias beer="bundle exec rake"
-alias ll="ls -altr"
-alias l="ls -ltr"
+alias ll="ls -altrh"
+alias l="ls -lthr"
 alias gsl="git sl"
 
 # Functions