Use absolute path for confidential include

master
Jacopo De Simoi 5 years ago
parent 15ec96ebaf
commit b7ce6376c8
  1. 2
      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

Loading…
Cancel
Save