From 6094a9fa1548a1b6ca510d0707f1d317121f75ea Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Mar 2022 23:15:35 +0530 Subject: config sync --- scripts/sessions/project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/sessions') diff --git a/scripts/sessions/project.sh b/scripts/sessions/project.sh index f642a9e..4250f67 100755 --- a/scripts/sessions/project.sh +++ b/scripts/sessions/project.sh @@ -9,7 +9,7 @@ if [[ -f "$dir/default.nix" ]]; then fi; term() { sensible-terminal -d "$dir" "$@"; } -editor() { term -e sh -c "echo 'Loading...'; $editor"; } +editor() { term -e sh -c "echo 'Loading...'; $editor; zsh"; } editor & sleep 0.1; -- cgit v1.3.1