diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:22:52 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:22:52 -0600 |
commit | a7fe5bf64579f63f311de12fd40e8c80ae284390 (patch) | |
tree | f00cd9bb13b5f103096f1c2f5a3ad034fd4423e2 /zsh/zprofile.G3N2 | |
parent | 710cd5a6da15378da4b472f5ef18bfc476508ace (diff) | |
download | dotconfig-a7fe5bf64579f63f311de12fd40e8c80ae284390.tar.xz dotconfig-a7fe5bf64579f63f311de12fd40e8c80ae284390.zip |
tssg changes and such
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r-- | zsh/zprofile.G3N2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2 index 423a8f4..27b283c 100644 --- a/zsh/zprofile.G3N2 +++ b/zsh/zprofile.G3N2 @@ -2,9 +2,9 @@ # vim: filetype=zsh export WIFIDEV="wlp2s0f0u3" export ETHEDEV="eno1" -export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" +export PATH="/home/timmy/.local/bin/video:$PATH" export PATH="/home/timmy/.cargo/bin:$PATH" -export PATH="$scriptspath/video:$PATH" +export PATH="/home/timmy/.local/opt:$PATH" export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh |