Add dummy --login argument to ion
Created by: Sag0Sag0
Problem: Many terminal emulators automatically pass -l
as an argument. Currently ion does not do anything when it is invoked as a login shell and doesn't check for -l
. This means that ion tries to execute -l
as a shell script.
Solution: I implemented a dummy -l
.