zsh envs
This commit is contained in:
parent
11d26ecad1
commit
e98e06cc87
@ -1,4 +1,3 @@
|
||||
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
|
||||
|
||||
if [[ "$TTY" =~ /dev/tty* ]]; then
|
||||
setterm -blength=0
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user