Use finger
to selectively change shell
#17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
.conduit.yaml
will unconditionally call the command below even whenzsh
is already the default shell, requiringsudo
password to be entered.The users default shell can be found using the
finger
command, use this toconditionally set call
chsh
whenzsh
is not the default shell.This is no longer true. Closing.