From 2aecb363f86d247924470a647eb63c27da36806a Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Wed, 17 Apr 2024 13:21:38 -0700 Subject: [PATCH] zz --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index fa53d155c..7ab48fa5f 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -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