I'm using byobu when working on the shell. If I start a program the name of it is displayed in the status line. However when something is prefixed with sudo
it just displays sudo (sudo tail -F /var/log/syslog
). I want it to display the name of the program, the second argument (tail
in my example above). How can I do this?
0 Answers