mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
This commit is contained in:
parent
ef4b29db40
commit
1c0af1ca17
2 changed files with 8 additions and 1 deletions
|
@ -187,6 +187,11 @@ else
|
|||
shift
|
||||
break
|
||||
;;
|
||||
-l|--list)
|
||||
listprofiles
|
||||
shift
|
||||
break
|
||||
;;
|
||||
-r|--random)
|
||||
color=$(head -c 10 /dev/urandom | $HASH | head -c 6)
|
||||
setcolor_tmux "\#$color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue