Also set zsh by default for the root user

merge-requests/16/head
Raphaël Hertzog 4 years ago
parent 897caba82b
commit 5989ec37de
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -33,6 +33,7 @@ get_user_list() {
fi
echo "$user"
done
echo "root"
}
configure_zsh() {

@ -10,6 +10,7 @@ configure_zsh() {
return
fi
chsh --shell /usr/bin/zsh kali
chsh --shell /usr/bin/zsh root
}
configure_kaboxer() {

@ -33,6 +33,7 @@ get_user_list() {
fi
echo "$user"
done
echo "root"
}
configure_zsh() {

@ -33,6 +33,7 @@ get_user_list() {
fi
echo "$user"
done
echo "root"
}
configure_zsh() {

Loading…
Cancel
Save