diff options
Diffstat (limited to '.config/tmux')
| -rwxr-xr-x | .config/tmux/left-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
