Skip to content

Commit

Permalink
zsh updated
Browse files Browse the repository at this point in the history
  • Loading branch information
salicio committed Mar 5, 2012
1 parent 11c5f13 commit 420be7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/oh-my-zsh.symlink
Submodule oh-my-zsh.symlink updated from 7a4149 to 1120f9
4 changes: 4 additions & 0 deletions zsh/zshrc.symlink
Expand Up @@ -11,6 +11,9 @@ ZSH_THEME="robbyrussell"
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias la="ls -la"
alias gf="git diff"
alias gs="git st"
alias gcm="git ci -m"

# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
Expand All @@ -35,4 +38,5 @@ plugins=(brew bundler cap gem git git-flow github heroku osx rails rails3 rbenv
source $ZSH/oh-my-zsh.sh

# Customize to your needs...
export NODE_PATH=/usr/local/lib/node_modules
export PATH=./bin:/Users/roberto/.dotfiles/bin:/Users/roberto/.rbenv/shims:/Users/roberto/.rbenv/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/usr/X11/bin

0 comments on commit 420be7d

Please sign in to comment.