a877e63b8b
`sudo su -` is redundant, as you are asking the system to elevate you after you have already elevated. If what you actually want is to get a login environment, the `sudo -i` flag is designed exactly for that.