diff options
Diffstat (limited to 'scripts/sessions')
| -rwxr-xr-x | scripts/sessions/project.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
