Skip to content

Commit

Permalink
adding localrc file include for settings specific to one system
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jul 10, 2008
1 parent d77b66f commit 31b5f44
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions zshrc
@@ -1,3 +1,6 @@
source ~/.zsh/config
source ~/.zsh/aliases
source ~/.zsh/completion
. ~/.zsh/config
. ~/.zsh/aliases
. ~/.zsh/completion

# use .localrc for settings specific to one system
[[ -f ~/.localrc ]] && . ~/.localrc

0 comments on commit 31b5f44

Please sign in to comment.