From: Jakub Czajka Date: Sat, 24 Dec 2022 12:34:41 +0000 (+0100) Subject: [bash] Set st as the default terminal. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=59c1a912ed240db6966dc868acb28aad0edf1e84;p=guix.git [bash] Set st as the default terminal. --- diff --git a/bash/.config/profile.d/20-env.sh b/bash/.config/profile.d/20-env.sh index 9b1acf9..f2e935d 100644 --- a/bash/.config/profile.d/20-env.sh +++ b/bash/.config/profile.d/20-env.sh @@ -6,3 +6,4 @@ export EDITOR="emacs" export DISPLAY=":1" export PATH="${HOME}/.local/bin:${PATH}" +export TERM="st-256color"