4 lines
67 B
Text
4 lines
67 B
Text
|
if [ -r "$HOME/.zprofile" ]; then . "$HOME/.zprofile"; fi
|
||
|
|
||
|
exec i3
|