Skip to content

Commit

Permalink
Use local zlogin config if present
Browse files Browse the repository at this point in the history
  • Loading branch information
sohara authored and danbee committed May 31, 2014
1 parent d5427a9 commit b9047b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zlogin
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ export RPROMPT='$(ruby_version)'

# load thoughtbot/dotfiles scripts
export PATH="$HOME/.bin:$PATH"

# Local config
[[ -f ~/.zlogin.local ]] && source ~/.zlogin.local

0 comments on commit b9047b7

Please sign in to comment.