hushlogin should be a choice

This commit is contained in:
Bartek Stalewski 2024-12-11 17:35:42 +01:00
parent 8d85ed9f3b
commit 8443e012b6
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -6,7 +6,6 @@ if [[ $(uname -s) = "Darwin" ]]; then
fi fi
# prepare directories # prepare directories
touch "${HOME}/.hushlogin"
mkdir -p "${XDG_CACHE_HOME}/zsh" mkdir -p "${XDG_CACHE_HOME}/zsh"
mkdir -p "${XDG_DATA_HOME}/zsh" mkdir -p "${XDG_DATA_HOME}/zsh"