diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-31 21:04:24 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-08-31 21:04:24 -0500 |
commit | d6684f324269656472059829e40730d310d5b3d8 (patch) | |
tree | 8fd3931e7d9ef85b938c1a5fa4b7813e26ef8e1a /zsh/zprofile.base | |
parent | 50167e875dcbbc09eefd52780807bc0d76a0b775 (diff) | |
download | dotconfig-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.base | 3 |
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" |