commit 43ac9d7a35f5f1f5c8aeebcca56dd442cee067ca parent d0509c9a7a9c3199755b852bdda8a4cae70949a5 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 8 Oct 2020 20:14:31 -0400 Change the TERM env var Diffstat:
M | .profile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile @@ -12,7 +12,7 @@ export LC_ALL="fr_CA.UTF-8" export TOP='-s 1' export PAGER=less export ENV='~/.kshrc' -export TERM=terminator +export TERM=st export PATH HOME