Move chezmoi root
This commit is contained in:
parent
319e92155d
commit
7dc536bd75
17 changed files with 1 additions and 0 deletions
12
dot_zprofile
12
dot_zprofile
|
|
@ -1,12 +0,0 @@
|
|||
# Make XDG_RUNTIME_DIR
|
||||
if [ -z "${XDG_RUNTIME_DIR}" ]; then
|
||||
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
|
||||
if [ ! -d "${XDG_RUNTIME_DIR}" ]; then
|
||||
mkdir "${XDG_RUNTIME_DIR}"
|
||||
chmod 0700 "${XDG_RUNTIME_DIR}"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Make temporary directory
|
||||
mkdir -p "/tmp/${USER}"
|
||||
chmod 770 "/tmp/${USER}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue