diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-23 21:25:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-23 21:25:21 +0200 |
| commit | 76ce646f1ee7f98220accc92abf9e036a045f529 (patch) | |
| tree | e9eb75316403e173fba8d30474b1a829de6c92ff /.config/tmux/left-status.sh | |
| parent | ce441aebb784766b3c577991e210452d2a13b004 (diff) | |
| download | dotfiles-76ce646f1ee7f98220accc92abf9e036a045f529.tar.gz dotfiles-76ce646f1ee7f98220accc92abf9e036a045f529.zip | |
Fixed formatting
Diffstat (limited to '.config/tmux/left-status.sh')
| -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 } |
