summaryrefslogtreecommitdiff
path: root/zsh/zprofile.base
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-08-31 21:04:24 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-08-31 21:04:24 -0500
commitd6684f324269656472059829e40730d310d5b3d8 (patch)
tree8fd3931e7d9ef85b938c1a5fa4b7813e26ef8e1a /zsh/zprofile.base
parent50167e875dcbbc09eefd52780807bc0d76a0b775 (diff)
downloaddotconfig-d6684f324269656472059829e40730d310d5b3d8.tar.xz
dotconfig-d6684f324269656472059829e40730d310d5b3d8.zip
idk why this didnt sync right the first time
Diffstat (limited to 'zsh/zprofile.base')
-rw-r--r--zsh/zprofile.base3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base
index 93088df..56b7986 100644
--- a/zsh/zprofile.base
+++ b/zsh/zprofile.base
@@ -5,9 +5,10 @@ scriptspath="/home/timmy/.local/bin"
export PATH="$scriptspath/launch:$PATH"
export PATH="$scriptspath/x11:$PATH"
export PATH="$scriptspath/misc:$PATH"
-export PATH="$scriptspath/keyboard:$PATH"
+#export PATH="$scriptspath/keyboard:$PATH"
export PATH="$scriptspath/sync:$PATH"
export PATH="$scriptspath/programs:$PATH"
+export PATH="$scriptspath/video:$PATH"
# Default programs:
export EDITOR="vim"