diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:56:20 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:56:20 -0600 |
commit | c0d7d6f62e5aa61464bbf197692ba4887e08944f (patch) | |
tree | 69e53179d2415695ddb77bf41bf30559bda87f3c | |
parent | e990aa2771f4225d8a66c473f08fc34db7fcb9f7 (diff) | |
download | dotconfig-c0d7d6f62e5aa61464bbf197692ba4887e08944f.tar.xz dotconfig-c0d7d6f62e5aa61464bbf197692ba4887e08944f.zip |
libreX60 profile
-rwxr-xr-x | zsh/profiles/zprofile.libreX60 | 4 | ||||
-rwxr-xr-x | zsh/profiles/zprofile.librex60 | 3 |
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" |