Skip to content

Instantly share code, notes, and snippets.

@n8felton
Forked from carlashley/darwin_env_var.sh
Created March 30, 2023 17:07
Show Gist options
  • Save n8felton/df2206f61e2b2ee9529452b331086650 to your computer and use it in GitHub Desktop.
Save n8felton/df2206f61e2b2ee9529452b331086650 to your computer and use it in GitHub Desktop.
Darwin Environment Variables
#!/bin/sh
# User path
/usr/bin/getconf DARWIN_USER_DIR
# Temp directory
# Note - $TMPDIR is the same as this
/usr/bin/getconf DARWIN_USER_TEMP_DIR
# Cache directory
/usr/bin/getconf DARWIN_USER_CACHE_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment