4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
#!/bin/zsh
|
||
|
source "${HOME}/.zshrc" &>/dev/null
|
||
|
source "${DOTWRYN}/config/xinitrc.i3wm"
|