summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-01-13 21:56:20 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2024-01-13 21:56:20 -0600
commitc0d7d6f62e5aa61464bbf197692ba4887e08944f (patch)
tree69e53179d2415695ddb77bf41bf30559bda87f3c
parente990aa2771f4225d8a66c473f08fc34db7fcb9f7 (diff)
downloaddotconfig-c0d7d6f62e5aa61464bbf197692ba4887e08944f.tar.xz
dotconfig-c0d7d6f62e5aa61464bbf197692ba4887e08944f.zip
libreX60 profile
-rwxr-xr-xzsh/profiles/zprofile.libreX604
-rwxr-xr-xzsh/profiles/zprofile.librex603
2 files changed, 4 insertions, 3 deletions
diff --git a/zsh/profiles/zprofile.libreX60 b/zsh/profiles/zprofile.libreX60
new file mode 100755
index 0000000..2d2613e
--- /dev/null
+++ b/zsh/profiles/zprofile.libreX60
@@ -0,0 +1,4 @@
+#!/usr/bin/env zsh
+
+export WM="awesome"
+echo hi
diff --git a/zsh/profiles/zprofile.librex60 b/zsh/profiles/zprofile.librex60
deleted file mode 100755
index 530563f..0000000
--- a/zsh/profiles/zprofile.librex60
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env zsh
-
-export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"