From 806c1d1510679da6e01da8b02793ec5fa626e5ed Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 3 May 2025 17:02:39 +0200 Subject: [PATCH] Fix bug in chsh --- tforgione.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tforgione.sh b/tforgione.sh index bfc3746..6656e48 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -281,7 +281,7 @@ run() { fi if [ $should_install_dotfiles ]; then - sudo chsh $USER -s /bin/zsh + sudo chsh $USER -s /usr/bin/zsh fi # Prepare venv for python