mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
8 lines
160 B
Bash
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
|