diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-08-08 05:18:16 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-08-08 05:18:16 +0000 |
commit | 63bda24fd182fabe377f2ad8a8b7cc1a87647599 (patch) | |
tree | e826fa2fcc7b789b36efd9352acfac2778213dfb /.profile | |
parent | 21737c23222d88984c6becf8005a4984c795b2dd (diff) | |
download | dotfiles-63bda24fd182fabe377f2ad8a8b7cc1a87647599.tar.gz dotfiles-63bda24fd182fabe377f2ad8a8b7cc1a87647599.zip |
sh: comment reset term to xterm
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 == |