diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:51 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:51 -0500 |
commit | 710cd5a6da15378da4b472f5ef18bfc476508ace (patch) | |
tree | 4cd3a264b8df7939cb5c5f680489fcfe51260075 /zsh/zprofile.G3N2 | |
parent | b3467fffb6cf2feaf80bc6773c60d973548e58b3 (diff) | |
download | dotconfig-710cd5a6da15378da4b472f5ef18bfc476508ace.tar.xz dotconfig-710cd5a6da15378da4b472f5ef18bfc476508ace.zip |
video scripts only avaliable on desktop where it makes sense
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r-- | zsh/zprofile.G3N2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2 index ba569af..423a8f4 100644 --- a/zsh/zprofile.G3N2 +++ b/zsh/zprofile.G3N2 @@ -3,12 +3,10 @@ export WIFIDEV="wlp2s0f0u3" export ETHEDEV="eno1" export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" +export PATH="/home/timmy/.cargo/bin:$PATH" +export PATH="$scriptspath/video:$PATH" export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh " -alias \ - e="sudo emerge" \ - eaum="sudo emerge --autounmask-continue" \ - source /home/timmy/.config/zsh/zprofile.base |