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/zprofile.libreX60 | |
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/zprofile.libreX60')
-rwxr-xr-x | zsh/profiles/zprofile.libreX60 | 4 |
1 files changed, 4 insertions, 0 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" |