diff rc/bashrc @ 732:ef7fa8396997 default tip

Backed out changeset 4d037b0a9f41
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:47:18 +0900
parents 4d037b0a9f41
children
line wrap: on
line diff
--- a/rc/bashrc	Wed Jan 08 19:02:53 2025 +0900
+++ b/rc/bashrc	Thu Jan 09 00:47:18 2025 +0900
@@ -135,11 +135,6 @@
     alias top="top -P"
     # The grep isn't GNU grep but supports all of its commands
     _has_gnu_grep=y
-    # The termcap on FreeBSD doesn't quite work well with Windows Terminal.
-    # Notably if tmux is started with xterm-256color, bold color stops working.
-    # This breaks status bar coloring but better than having half broken
-    # content.
-    [ xterm-256color = "${TERM}" ] && export TERM=xterm
   ;;
   NetBSD|DragonFly)
     # The grep isn't GNU grep but supports all of its commands