diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 19:54:43 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-16 19:54:43 -0500 |
commit | 4e46513cb083f9473a4c9c6f87a2f43ead451cb7 (patch) | |
tree | 8f549955094e0b0ab7d7adac1d2c3e22d4d1faa0 /zsh/zprofile.librex60 | |
parent | 73a8305b011b8d937bdbc0dea347e8b3342167db (diff) | |
download | dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.tar.xz dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.zip |
zsh configuration redo
Diffstat (limited to 'zsh/zprofile.librex60')
-rw-r--r-- | zsh/zprofile.librex60 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/zprofile.librex60 b/zsh/zprofile.librex60 deleted file mode 100644 index e35273b..0000000 --- a/zsh/zprofile.librex60 +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |