Skip to content

Commit

Permalink
adding custom path exports
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Dec 2, 2012
1 parent 6581a63 commit 240bca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom/misc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ export EDITOR=vim

# dircolors
export CLICOLOR=1

# Landscape

export NODE_PATH="/Users/thlorenz/dev/lab49/Landscape/trunk/packages"

4 changes: 4 additions & 0 deletions custom/paths.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export JS_PROJECTS="$HOME/dev/js/projects"

# Landscape
export NODE_PATH="/Users/thlorenz/dev/lab49/Landscape/trunk/packages"

0 comments on commit 240bca1

Please sign in to comment.