From b7ce6376c863b12da759dba49c80b66ef06ad69c Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 1 May 2021 10:14:46 -0400 Subject: [PATCH] Use absolute path for confidential include --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index b32909a..5eb07f6 100644 --- a/zshrc.org +++ b/zshrc.org @@ -26,7 +26,7 @@ Each environment has slightly different setups, which will be tangled to differe First, include a number of confidential data (such as API keys and such); for now, this is only relevant on my main box #+BEGIN_SRC sh :tangle ".zshrc" - source .config/confidential.sh + source ~/.config/confidential.sh # This defines a number of env variables: # ANDROID_A3=xxxx # ANDROID_BLU=xxx