blob: e35273b88ae714bbaf35435eea3f822a7853cc2c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env zsh
# vim: filetype=zsh
export WIFIDEV="wlp2s0"
export ETHEDEV="enp1s0"
export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"
export ZPLUGINS="
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
"
source /home/timmy/.config/zsh/zprofile.base
|