diff options
author | Josh Rahm <rahm@google.com> | 2021-11-11 12:27:44 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-11-11 12:31:46 -0700 |
commit | 62d7881f27857401e868b2d19d4af9cb00ea4661 (patch) | |
tree | 0ecf21de9dd93f9dd28a4ea6ceb9ea27e92f34e9 /00-prompt.zsh | |
parent | b78c3b1f01685a58907f63445efa012a5cbc3566 (diff) | |
download | zshrcd-62d7881f27857401e868b2d19d4af9cb00ea4661.tar.gz zshrcd-62d7881f27857401e868b2d19d4af9cb00ea4661.tar.bz2 zshrcd-62d7881f27857401e868b2d19d4af9cb00ea4661.zip |
Add local folder. Add prompt change.
Diffstat (limited to '00-prompt.zsh')
-rw-r--r-- | 00-prompt.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/00-prompt.zsh b/00-prompt.zsh index a6354b3..439a25d 100644 --- a/00-prompt.zsh +++ b/00-prompt.zsh @@ -1 +1,2 @@ -source "$HOME/.zshrc.d/prompts/$(hostname).zsh" +source "$HOME/.zshrc.d/prompts/$(hostname).zsh" 2>/dev/null || \ + source "$HOME/.zshrc.d/local/prompts/$(hostname).zsh" 2>/dev/null |