This commit is contained in:
thek4n 2024-11-19 13:55:19 +03:00
parent 11d26ecad1
commit e98e06cc87
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
if [[ "$TTY" =~ /dev/tty* ]]; then
setterm -blength=0

View File

@ -3,6 +3,7 @@
umask 022
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
export XDG_CONFIG_HOME="${HOME}/.config"
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"