blob: b6dbfdf627b4665f2b9302935eb4966233703205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env zsh
# vim: filetype=zsh
export WIFIDEV="wlp2s0f0u3"
export ETHEDEV="eno1"
export PATH="/home/timmy/.local/bin/video:$PATH"
export PATH="/home/timmy/.cargo/bin:$PATH"
export PATH="/home/timmy/.local/opt:$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
|