diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-10-18 21:52:28 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-10-18 21:52:28 -0500 |
commit | 2dc486fb891e65658dff83ab34ca8878756a6a90 (patch) | |
tree | 03b39eb93f38534ab0972beadb770fecbd2243b8 /profiles/zprofile.libreX60 | |
download | zsh-2dc486fb891e65658dff83ab34ca8878756a6a90.tar.xz zsh-2dc486fb891e65658dff83ab34ca8878756a6a90.zip |
initial commit
Diffstat (limited to 'profiles/zprofile.libreX60')
-rwxr-xr-x | profiles/zprofile.libreX60 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/zprofile.libreX60 b/profiles/zprofile.libreX60 new file mode 100755 index 0000000..d4f4e9c --- /dev/null +++ b/profiles/zprofile.libreX60 @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh + +export WM="awesome" +export TERMINAL="st" |