summaryrefslogtreecommitdiff
path: root/zsh/zprofile.librex60
blob: 7d8294c0ead478af06b6454d24522c3086600ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
"
export XDG_DATA_DIRS="/usr/share/:$XDG_DATA_DIRS"
export XDG_DATA_DIRS="/usr/local/share/:$XDG_DATA_DIRS"

source /home/timmy/.config/zsh/zprofile.base