From e273695774a093c3a295319a75276b3b8bafa434 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 14 Oct 2019 22:00:45 +0200 Subject: [PATCH] added lines for default shell in bootstrap --- .yadm/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 984e866..eb4b43c 100644 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -6,6 +6,9 @@ # file. No other packages are required. # ############################################################################### +printf "\n# Set fish as the default shell ###############################################\n" +chsh -s /usr/bin/fish + # install yay if it isn’t already if ! test which yay printf "\n# Installing yay ##############################################################\n"