diff --git a/home/user/.config/zsh/.zprofile b/home/user/.config/zsh/.zprofile index fc0f804..c20bdb0 100644 --- a/home/user/.config/zsh/.zprofile +++ b/home/user/.config/zsh/.zprofile @@ -1,4 +1,3 @@ -export XDG_RUNTIME_DIR="/run/user/$(id -u)" if [[ "$TTY" =~ /dev/tty* ]]; then setterm -blength=0 diff --git a/home/user/.zshenv b/home/user/.zshenv index 6c86582..3a6e1d6 100644 --- a/home/user/.zshenv +++ b/home/user/.zshenv @@ -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"