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)
|
precmd_functions+=(set_win_title)
|
||||||
|
|
||||||
|
# start zellij
|
||||||
|
if [ "$TERM_PROGRAM" != "vscode" ]; then
|
||||||
|
eval "$(zellij setup --generate-auto-start zsh)"
|
||||||
|
fi
|
||||||
|
|
||||||
fortune
|
fortune
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
programs.zellij= {
|
programs.zellij= {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
|
copy_command = "${pkgs.xclip}/bin/xclip -selection clipboard";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue