home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe62e5
)
Remove accidentally left colon
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 1 Nov 2020 21:32:16 +0000
(16:32 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 1 Nov 2020 21:32:16 +0000
(16:32 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
9f06a6b
..
e3d5d7d
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-447,7
+447,7
@@
motd() {
echo
- printf 'tmux: sessions %d, clients
:
%d\n' \
+ printf 'tmux: sessions %d, clients %d\n' \
"$(tmux list-sessions 2> /dev/null | wc -l)" \
"$(tmux list-clients 2> /dev/null | wc -l)"
This page took
0.031216 seconds
and
4
git commands to generate.