Dustin Kirkland 2023-11-22 23:17:11 -06:00
commit 1c0af1ca17
2 changed files with 8 additions and 1 deletions

View file

@ -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"