nix-config/sh/024-chsh
2018-08-31 15:35:09 -04:00

8 lines
160 B
Bash

#!/bin/sh
#
# Change the shell of the root account to fish.
#
# https://wiki.archlinux.org/index.php/Command-line_shell
arch-chroot /mnt chsh -s /usr/bin/fish