Re: root zsh to bash

2019-03-20 Thread mikadoZero
Ricardo Wurmus writes: > mikadoZero writes: > >> I am trying to switch the root user from zsh to bash. >> >> The relevant part of my system configuration is: >> >> (users (cons (user-account >>(name "guix") >>(group "users") >>(supplementary-groups '("wheel" "netdev"

Re: root zsh to bash

2019-03-20 Thread Ricardo Wurmus
mikadoZero writes: > I am trying to switch the root user from zsh to bash. > > The relevant part of my system configuration is: > > (users (cons (user-account > (name "guix") > (group "users") > (supplementary-groups '("wheel" "netdev" "audio")) >

root zsh to bash

2019-03-19 Thread mikadoZero
I am trying to switch the root user from zsh to bash. The relevant part of my system configuration is: (users (cons (user-account (name "guix") (group "users") (supplementary-groups '("wheel" "netdev" "audio")) (home-directory "/home/guix"))