summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
blob: ba569af310d16a524aa914de0b51c1a6337522ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env zsh
# vim: filetype=zsh
export WIFIDEV="wlp2s0f0u3"
export ETHEDEV="eno1"
export PATH="/home/timmy/scripts/pkgmgt/emerge:$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