Skip to content

Commit

Permalink
aliases and zsh tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cobyism committed Jan 23, 2013
1 parent d750063 commit 078579d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions zsh/aliases.zsh
Expand Up @@ -4,3 +4,4 @@ alias sc='script/console'
alias rr='script/replicate-repo'
alias j='jekyll'
alias js='jekyll --server --auto'
alias y='yeoman'
3 changes: 2 additions & 1 deletion zsh/zshrc.symlink
Expand Up @@ -20,10 +20,11 @@ export NODE_PATH="usr/local/lib/node_modules"
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin
export PATH="$DOTFILES/bin:$PATH"
export PATH="$HOME/scripts/bin:$PATH"
export PATH="$HOME/node_modules/.bin:$PATH"
export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
export PATH="$PATH:/usr/local/share/npm/bin"

export EDITOR="subl -w"
export EDITOR="vim"

source /opt/github/env.sh
eval "$(rbenv init -)"

0 comments on commit 078579d

Please sign in to comment.