On Mon, Apr 13, 2020 at 07:46:58AM +0300, Alexandru-Sergiu Marton wrote: > On Sun Apr 12, 2020 at 1:38 AM PST, Efraim Flashner wrote: > > Do you have sudo installed in a profile? /run/setuid-programs/sudo > > should be the first 'sudo' in your PATH regardless of the shell. What's > > the contents of your $PATH? > > This is my $PATH in zsh: > /home/brown/bin:/home/brown/.local/bin:/home/brown/.guix-profile/bin:/home/brown/.guix-profile/sbin:/run/current-system/profile/bin
Setting up Zsh should definitely work when creating a new user's home directory, but maybe it doesn't do the right thing when changing a user's shell after the home directory has already been created. We should look into that. Please copy the contents of '/etc/skel/.zprofile' to your zprofile file and check for the /run/setuid-programs in your $PATH after logging in again with `zsh --login`.
