diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-17 18:04:50 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-17 18:04:50 -0600 |
commit | 00500daa0d8b0824f15a72e9741e2f81686e60db (patch) | |
tree | 52c16f3730d9f21e8edb44f30588e4dd2a3c34e2 /zsh/profiles | |
parent | aa7b92eb281d229386a298998586ef9687b9af1c (diff) | |
parent | ff6286e5e4e6dc1828576ad9ef3aae6cf4c7c06f (diff) | |
download | dotconfig-00500daa0d8b0824f15a72e9741e2f81686e60db.tar.xz dotconfig-00500daa0d8b0824f15a72e9741e2f81686e60db.zip |
Merge branch 'master' of localgit:dotconfig
Diffstat (limited to 'zsh/profiles')
-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..d4f4e9c --- /dev/null +++ b/zsh/profiles/zprofile.libreX60 @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh + +export WM="awesome" +export TERMINAL="st" 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" |