diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-14 14:02:59 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-14 14:02:59 -0600 |
commit | 2709dba9956f4b760466c0af8523dbc97adfd4e8 (patch) | |
tree | 862b5fb1fd688ab774ae370323c592b6bc976fd7 | |
parent | 778c441b0a91b210c51bd0ef5c269e30de1675f7 (diff) | |
download | dotconfig-2709dba9956f4b760466c0af8523dbc97adfd4e8.tar.xz dotconfig-2709dba9956f4b760466c0af8523dbc97adfd4e8.zip |
change terminal in libreX60 profile
-rwxr-xr-x | zsh/profiles/zprofile.libreX60 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/profiles/zprofile.libreX60 b/zsh/profiles/zprofile.libreX60 index 2d2613e..d4f4e9c 100755 --- a/zsh/profiles/zprofile.libreX60 +++ b/zsh/profiles/zprofile.libreX60 @@ -1,4 +1,4 @@ #!/usr/bin/env zsh export WM="awesome" -echo hi +export TERMINAL="st" |