mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
zz
This commit is contained in:
parent
67756680f7
commit
2aecb363f8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if test "$(uname)" = "Darwin"; then
|
|||
/bin/launchctl setenv CPATH /usr/local/include
|
||||
fi
|
||||
|
||||
if [ -f '$HOME/.zshrc.private' ]; then . '$HOME/.zshrc.private'; fi
|
||||
if [ -f $HOME/.zshrc.private ]; then . $HOME/.zshrc.private; fi
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue