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 Greg Lazarev committed Feb 15, 2014
1 parent 18e0926 commit cc1a29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zlogin
Expand Up @@ -21,3 +21,6 @@ export PS1='$(git_prompt_info)[${SSH_CONNECTION+"%{$fg_bold[green]%}%n@%m:"}%{$f

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

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

0 comments on commit cc1a29f

Please sign in to comment.