summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-08-06 15:12:29 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-08-06 15:12:29 -0500
commit8cd4be6a46c3cdf69a8f01366ff08fa800e965c5 (patch)
tree504f056ff5c862efd56b16355a95b718d443c1bb
parent0024ba89df60fc16e886ca62de03b9b3fe4d294b (diff)
downloaddotconfig-8cd4be6a46c3cdf69a8f01366ff08fa800e965c5.tar.xz
dotconfig-8cd4be6a46c3cdf69a8f01366ff08fa800e965c5.zip
pkgmgt scripts added to path for laptop and desktop
-rw-r--r--zsh/zprofile.desktop1
-rw-r--r--zsh/zprofile.laptop1
2 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zprofile.desktop b/zsh/zprofile.desktop
index 37b0fa8..fe89987 100644
--- a/zsh/zprofile.desktop
+++ b/zsh/zprofile.desktop
@@ -1,3 +1,4 @@
#!/bin/zsh
export COMPUTER="desktop"
+export PATH=~/Scripts/pkgmgt/emerge:$PATH
source /home/timmy/.config/zsh/zprofile.base
diff --git a/zsh/zprofile.laptop b/zsh/zprofile.laptop
index 35fa16e..1064de4 100644
--- a/zsh/zprofile.laptop
+++ b/zsh/zprofile.laptop
@@ -1,3 +1,4 @@
#!/bin/zsh
export COMPUTER="laptop"
+export PATH=~/Scripts/pkgmgt/xbps:$PATH
source /home/timmy/.config/zsh/zprofile.base