summaryrefslogtreecommitdiff
path: root/.config/zsh/.zprofile
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-28 13:19:22 -0300
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-28 13:22:02 -0300
commit8aa44a9d090eb2bd94d358083ea31aca5f16b3ab (patch)
treeee1a433e2df6da98d6aa57bb03c3d9b38ca242f2 /.config/zsh/.zprofile
parent6b2523b49746daaa2341ae6d16ca036df56cf548 (diff)
update
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to '.config/zsh/.zprofile')
-rwxr-xr-x.config/zsh/.zprofile6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index dc89a2e..e4532c4 100755
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -1,5 +1,5 @@
if [[ -z "${XDG_RUNTIME_DIR}" ]]; then
- XDG_RUNTIME_DIR=/tmp/user/$(id -u)
+ XDG_RUNTIME_DIR=/tmp/$(id -u)
if [[ ! -d ${XDG_RUNTIME_DIR} ]]; then
mkdir -p ${XDG_RUNTIME_DIR}
chmod 700 ${XDG_RUNTIME_DIR}
@@ -12,7 +12,5 @@ if [[ -z "${DISPLAY}" ]] && [[ "$(tty)" == "/dev/tty1" ]]; then
if [[ -z "${SSH_AGENT_PID}" ]]; then
eval $(ssh-agent)
fi
- #exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1
- #openrc -U default
- exec xinit -- -nolisten tcp -keeptty vt1
+ exec startx -- vt1
fi