From f11269d0f256ed04e8c8b16da9b40aae5f91fda4 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 27 Sep 2023 12:13:07 +0200 Subject: [PATCH] remove fisher and add sudo chsh (no password prompt) --- dev-container-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-container-install.sh b/dev-container-install.sh index d91cce5..9df3ea9 100755 --- a/dev-container-install.sh +++ b/dev-container-install.sh @@ -2,5 +2,4 @@ sudo apt update sudo apt install fish fzf -y chezmoi apply --force -fisher update -chsh -s /usr/bin/fish +sudo chsh -s $(which /usr/bin/fish) $(whoami)