# HG changeset patch # User nanaya # Date 1736351238 -32400 # Node ID ef7fa839699717d3c96b26cbc42b0f1de1241e52 # Parent 4d037b0a9f417238c19988a4b94da7147ae03f7d Backed out changeset 4d037b0a9f41 diff -r 4d037b0a9f41 -r ef7fa8396997 rc/bashrc --- 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