diff zshrc @ 32:2da8d8daa033

Add remaps to vim and aliases to zsh
author zegervdv <zegervdv@me.com>
date Fri, 04 Apr 2014 18:12:59 +0200
parents f9f04cee7f51
children 63f450f5c3fb
line wrap: on
line diff
--- a/zshrc	Tue Apr 01 20:56:02 2014 +0200
+++ b/zshrc	Fri Apr 04 18:12:59 2014 +0200
@@ -7,6 +7,8 @@
 # time that oh-my-zsh is loaded.
 ZSH_THEME="custom"
 
+setopt correct_all
+
 # Example aliases
 # alias zshconfig="mate ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
@@ -32,7 +34,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)
+plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore brew-cask rake-fast)
 
 source $ZSH/oh-my-zsh.sh
 
@@ -66,6 +68,8 @@
 alias grep="grep --color=auto"
 alias beer="bundle exec rake"
 alias ll="ls -al"
+alias l="ls -l"
+alias gsl="git sl"
 
 # Functions
 gcat () {