mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
save a couple of forks
This commit is contained in:
parent
82f38ea7d8
commit
bb358815b9
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ case "$P" in
|
|||
--detail)
|
||||
VER=
|
||||
if which dpkg-query >/dev/null; then
|
||||
VER=`dpkg-query --show $PKG | awk '{print "-" $2 }'`
|
||||
VER=$(set -- $(dpkg-query --show $PKG); echo "$2")
|
||||
fi
|
||||
printf "$PKG$VER Detailed Status Navigation\n Expand all - zr\t\tCollapse all - zm\n Expand one - zo\t\tCollapse one - zc\n\n"
|
||||
printf "$PKG-$VER Detailed Status Navigation\n Expand all - zr\t\tCollapse all - zm\n Expand one - zo\t\tCollapse one - zc\n\n"
|
||||
for i in "/usr/lib/$PKG"/* "$HOME/.$PKG/bin"/*; do
|
||||
i=${i##*/}
|
||||
[ "$i" = "menu" ] && continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue