Mercurial > ec-dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
731:4d037b0a9f41 | 732:ef7fa8396997 |
---|---|
133 FreeBSD) | 133 FreeBSD) |
134 # Multi CPU awesomeness. | 134 # Multi CPU awesomeness. |
135 alias top="top -P" | 135 alias top="top -P" |
136 # The grep isn't GNU grep but supports all of its commands | 136 # The grep isn't GNU grep but supports all of its commands |
137 _has_gnu_grep=y | 137 _has_gnu_grep=y |
138 # The termcap on FreeBSD doesn't quite work well with Windows Terminal. | |
139 # Notably if tmux is started with xterm-256color, bold color stops working. | |
140 # This breaks status bar coloring but better than having half broken | |
141 # content. | |
142 [ xterm-256color = "${TERM}" ] && export TERM=xterm | |
143 ;; | 138 ;; |
144 NetBSD|DragonFly) | 139 NetBSD|DragonFly) |
145 # The grep isn't GNU grep but supports all of its commands | 140 # The grep isn't GNU grep but supports all of its commands |
146 _has_gnu_grep=y | 141 _has_gnu_grep=y |
147 ;; | 142 ;; |