Don't open zellij in vscode

This commit is contained in:
Leonora Tindall 2025-05-09 18:29:04 -05:00
parent 79ecd7b88c
commit 1fbce7156e
2 changed files with 5 additions and 1 deletions

View File

@ -61,5 +61,10 @@ function set_win_title(){
precmd_functions+=(set_win_title)
# start zellij
if [ "$TERM_PROGRAM" != "vscode" ]; then
eval "$(zellij setup --generate-auto-start zsh)"
fi
fortune

View File

@ -6,7 +6,6 @@
programs.zellij= {
enable = true;
enableZshIntegration = true;
settings = {
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
};