mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +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
|