flattened and using scwrypts in utils
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/zsh
|
||||
source "$HOME/.config/wryn/env.zsh"
|
||||
|
||||
export PATH="$DOTWRYN/bin/xorg/$(hostnamectl --static):$PATH"
|
||||
export PATH="$DOTWRYN/bin/$(hostnamectl --static):$PATH"
|
||||
|
||||
for SCRIPT in $(find /etc/x11/xinit/xinitrc.d); do source $SCRIPT; done
|
||||
command -v dex && dex -a
|
||||
|
Reference in New Issue
Block a user