Don't open zellij in vscode
This commit is contained in:
parent
79ecd7b88c
commit
1fbce7156e
|
@ -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
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
programs.zellij= {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue