Skip to content

Commit d5e163e

Browse files
authoredNov 15, 2023
Merge pull request #1 from alichtman/patch-1
2 parents 880e2e8 + e3a37fc commit d5e163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎manuscript/09-status-bar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can do this with anything, for instance, try adding [`uptime`](https://linux
115115
This could be done by adding `#(uptime)` to your status line. Typically the
116116
output is pretty long, so trim it down by doing something like this:
117117

118-
`#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",")``
118+
`#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",")`
119119

120120
In the next section, we go into how you can style (color) tmux.
121121

0 commit comments

Comments
 (0)