summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
blob: 423a8f40eb0dd8d9a2af0fccabc90eefc8516f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env zsh
# vim: filetype=zsh
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
"
source /home/timmy/.config/zsh/zprofile.base