commit 0fa3d04d883ac586597f9132becbf3cc41f6e740
parent bfbb21cbc2e175a84319b2856456ca8fdce2a0f3
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 27 Jul 2020 01:36:47 -0400
Fix TERM variable
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.profile b/.profile
@@ -5,8 +5,7 @@
# The files are located in the bash-doc package.
# The default umask is set in /etc/profile; for setting the umask
-# For ssh logins, install and configure the libpam-umask package.
-# Umask 022
+# For ssh logins, install and configure the libpam-umask package. Umask 022
# If running bash
if [ -n "$BASH_VERSION" ]; then
@@ -61,7 +60,7 @@ export BROWSER="firefox"
export READER="zathura"
export PAGER="less"
export SHELL="bash"
-export TERMINAL="alacritty"
+export TERM="st-256color"
# Colors in less/man
export LESS="--RAW-CONTROL-CHARS"