From a4ffc728abf2799203aeca2e82c183f92ae61f6e Mon Sep 17 00:00:00 2001 From: bri <284789+b-@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:09:27 -0400 Subject: [PATCH] fix justfile shell tasks --- just/custom.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/just/custom.just b/just/custom.just index d8fd1f8e347..56283964f7d 100644 --- a/just/custom.just +++ b/just/custom.just @@ -107,7 +107,7 @@ distrobox-universal: # Switch to the fish shell fish: - sudo lchsh $USER /usr/bin/fish + chsh -s /usr/bin/fish # Install recommended GNOME extensions gnome-extensions: @@ -215,7 +215,7 @@ yafti: # Switch to the zsh shell zsh: - sudo lchsh $USER /usr/bin/zsh + chsh -s /usr/bin/zsh docker: sudo systemctl enable --now docker