diff options
-rw-r--r-- | zsh/zprofile.G3N2 | 6 | ||||
-rw-r--r-- | zsh/zprofile.base | 1 |
2 files changed, 2 insertions, 5 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 diff --git a/zsh/zprofile.base b/zsh/zprofile.base index 203260b..27c85d3 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -8,7 +8,6 @@ export PATH="$scriptspath/misc:$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="nvim" |