alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

.profile (198B)


      1 # ~/.profile
      2 
      3 export ENV=~/.ashrc
      4 
      5 if [ -z "$XDG_RUNTIME_DIR" ]; then
      6         XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
      7         mkdir -pm 0700 "$XDG_RUNTIME_DIR"
      8         export XDG_RUNTIME_DIR
      9 fi