My zsh config

This commit is contained in:
Carlos Cardoso 2012-04-07 23:00:34 -03:00
commit 4d6947ca0f
2 changed files with 5 additions and 3 deletions

View file

@ -21,4 +21,3 @@ alias ll='ls -l'
alias sl=ls # often screw this up
alias afind='ack-grep -il'

View file

@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
ZSH_THEME="gallifrey"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
@ -29,8 +29,11 @@ ZSH_THEME="robbyrussell"
# 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)
plugins=(git osx python pip django)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
# Themes override ls alias from aliases.zsh
alias ls='ls -Ga'