dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 7c8f018c46a691fe0ec79035a28b4714664d2319
parent 6fd844c8711480df73a34003a9db9a749f3e3e7b
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri, 11 Jul 2025 18:30:55 +0900

delete debug echo

Diffstat:
Mbin/dwm_status | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/bin/dwm_status b/bin/dwm_status @@ -34,9 +34,6 @@ do fi done -echo $eth >&2 -echo $wifi >&2 - if [ -n "$eth" ]; then eth=$(ifconfig $eth | awk '/active/{printf "ETH "}') fi