summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-24 19:00:46 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-24 19:00:46 -0500
commitfbf1a65135c7a5fe7041ca253e59c1bcab3b092d (patch)
tree1fe379d396535be168bd8d94eea3fbcbb501c9b3
parent15c96f8b5ded9f4b67257b29bdc9d623aae532e4 (diff)
downloadconf-fbf1a65135c7a5fe7041ca253e59c1bcab3b092d.tar.gz
conf-fbf1a65135c7a5fe7041ca253e59c1bcab3b092d.zip
still need to set the path in xprofile
otherwise like setup-inputs and i3 keybinds and stuff don't work
-rw-r--r--xorg/.xprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg/.xprofile b/xorg/.xprofile
index 93969a5..2b01b23 100644
--- a/xorg/.xprofile
+++ b/xorg/.xprofile
@@ -1,5 +1,8 @@
#!/bin/sh
+PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH"
+export PATH
+
eval "$(ssh-agent)"
setup-inputs