.
[corvix.git] / var / deb-package / corvix-base / DEBIAN / postinst
blob9f03cc0d69e5bf03b7219b71cad56a5fa86f66b6
1 #!/bin/sh
3 chsh -s /bin/zsh root
4 echo -ne ". /etc/profile" > /root/.zshrc
5 echo -ne "PATH=$PATH" >> /etc/profile
6 . /root/.zshrc