mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
/bin/launchctl setenv CPATH /usr/local/include
|
||||||
fi
|
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.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue