]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/20_home/20_home.zprofile
core: Move 20_home and 30_env to "ax-io" stage
[ax-zsh.git] / core / 20_home / 20_home.zprofile
diff --git a/core/20_home/20_home.zprofile b/core/20_home/20_home.zprofile
deleted file mode 100644 (file)
index 4bad86a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# AX-ZSH: Alex' Modular ZSH Configuration
-# 20_home.zprofile: Setup (local) home directory
-
-[[ -d "/usr/local/home" && ! -d "/usr/local/home/$LOGNAME" ]] \
-       && mkdir -m 700 "/usr/local/home/$LOGNAME" >/dev/null 2>&1
-
-[[ -w "/usr/local/home/$LOGNAME" ]] \
-       && export LOCAL_HOME="/usr/local/home/$LOGNAME" \
-       || export LOCAL_HOME="$HOME"