From 74fac2fd26ce672d02f68ef683463e9a86341aec Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 23 Sep 2023 22:16:43 +0400 Subject: Add XDH_* env vars to zshenv --- run_macos_create_xdg_runtime_dir.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 run_macos_create_xdg_runtime_dir.sh (limited to 'run_macos_create_xdg_runtime_dir.sh') diff --git a/run_macos_create_xdg_runtime_dir.sh b/run_macos_create_xdg_runtime_dir.sh new file mode 100755 index 0000000..bc1a95a --- /dev/null +++ b/run_macos_create_xdg_runtime_dir.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -e + +umask 0077 +mkdir -p "${HOME}/.cache/xdg-runtime-dir" -- cgit 1.4.1-2-gfad0