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