]> git.ekhem.eu.org Git - guix.git/commitdiff
[bash] Set st as the default terminal.
authorJakub Czajka <jakub@ekhem.eu.org>
Sat, 24 Dec 2022 12:34:41 +0000 (13:34 +0100)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:07 +0000 (19:53 +0100)
bash/.config/profile.d/20-env.sh

index 9b1acf9d93aa4acaef5ff2489fe76251b5227494..f2e935d59c7eb435ecae50a0d3afe6e30105b3c2 100644 (file)
@@ -6,3 +6,4 @@
 export EDITOR="emacs"
 export DISPLAY=":1"
 export PATH="${HOME}/.local/bin:${PATH}"
+export TERM="st-256color"