From d2aa6053df3047f99edbe01cd951884ad8a60c52 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 16 Jan 2024 08:54:31 -0800 Subject: [PATCH] sh default shell --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index cc12d25..ff7b295 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,4 @@ +# https://tratt.net/laurie/blog/2024/faster_shell_startup_with_shell_switching.html if [[ $- == *"i"* ]]; then exec zsh fi