You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP: continue work on new setup-shell experience (part 3)
had to split allow/disallow and login, as the flow was too confusing with them as one
now actions are: install/uninstall, configure/deconfigure, allow/disallow, login
implemented the arg handling
fixed duplication and detection and exclusions etc for basenames and paths
also innovated with ksh and dash config loading, they can now be toggled independently
need to apply configuration saving now, setup-util-$shell configuration/deconfiguration, etc
also fix linting issues
- KSH and Dash first load their respective `init.ksh` and `init.dash` scripts before loading `init.sh`. This is because KSH, Dash, and Bash all share the same `.profile` configuration file, so different initialization scripts allow us to configure each of them independently.
0 commit comments