summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
blob: c62022d8d033fa8a8f10d4fb5c154b161eb16138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/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