From 76ce646f1ee7f98220accc92abf9e036a045f529 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 23 Jan 2023 21:25:21 +0200 Subject: Fixed formatting --- .config/tmux/left-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/tmux/left-status.sh') diff --git a/.config/tmux/left-status.sh b/.config/tmux/left-status.sh index efa5982..e4a8c49 100755 --- a/.config/tmux/left-status.sh +++ b/.config/tmux/left-status.sh @@ -5,7 +5,7 @@ function ip-address() { for file in /sys/class/net/*; do iface=$(basename $file); read status < $file/operstate; - [ "$status" == "up" ] && ip addr show $iface | awk '/inet /{printf $2" "}' + [ "$status" == "up" ] && ip addr show $iface | awk '/inet /{printf $2""}' done } -- cgit v1.2.3