From ad43cb660142abbce5477f231484391b0fdd802f Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 14 Jun 2020 11:11:30 -0700 Subject: [PATCH] Remove breaking CLI option to cshs in setup_linux --- setup_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_linux.sh b/setup_linux.sh index f3a041a..2694a61 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -64,7 +64,7 @@ gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']" timedatectl set-local-rtc 1 --adjust-system-clock # Change default shell -sudo chsh -ls /usr/bin/fish $USER +sudo chsh -s /usr/bin/fish $USER # SSH setup ssh-keygen -t rsa -f $HOME/.ssh/id_rsa -q -P ""