summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2023-08-08 05:18:16 +0000
committerTyler Davis <tydavis@gmail.com>2023-08-08 05:18:16 +0000
commit63bda24fd182fabe377f2ad8a8b7cc1a87647599 (patch)
treee826fa2fcc7b789b36efd9352acfac2778213dfb /.profile
parent21737c23222d88984c6becf8005a4984c795b2dd (diff)
downloaddotfiles-63bda24fd182fabe377f2ad8a8b7cc1a87647599.tar.gz
dotfiles-63bda24fd182fabe377f2ad8a8b7cc1a87647599.zip
sh: comment reset term to xterm
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 480359c..fbe957b 100644
--- a/.profile
+++ b/.profile
@@ -135,6 +135,8 @@ fi
#alias psc='ps xawf -eo pid,user,cgroup,args'
#alias gdb='gdb -tui'
+#if [ "$TERM" = "tmux-256color" ]; then export TERM=xterm-256color; fi
+
# == END TOOLS ==
## == DOTFILES ==