diff options
-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" |