summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-03-16 19:54:43 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-03-16 19:54:43 -0500
commit4e46513cb083f9473a4c9c6f87a2f43ead451cb7 (patch)
tree8f549955094e0b0ab7d7adac1d2c3e22d4d1faa0 /zsh/zprofile.G3N2
parent73a8305b011b8d937bdbc0dea347e8b3342167db (diff)
downloaddotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.tar.xz
dotconfig-4e46513cb083f9473a4c9c6f87a2f43ead451cb7.zip
zsh configuration redo
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r--zsh/zprofile.G3N213
1 files changed, 0 insertions, 13 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2
deleted file mode 100644
index b6dbfdf..0000000
--- a/zsh/zprofile.G3N2
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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