4MM66MG2G2RUFJOTWRBCMWEK4YYCMKPQCO45CZLQ6VDVIO3ITMJQC JOV4ORXC6AG5WQRQXIVVJPSPQTPKJAE4W77FWNY6GZO5OONPFUBAC J4KXXGIIQSRBYE6ZOSKCCKJNRR3J2KG6N3ZKQ3UOBXBYAICNQ4OAC VBOVCG25QZCME2X7KQRB6SZESTUMMPTN4JVR6YNZFDYEZMY6HJZAC HQ4UTQK5UQXMEUZRYQSCTEKW73UZLJQHPA4YD75FCKBKHS5NMJOAC WRZ7ISE3YY7EIZPX3YOQOGZ3R6O3E5XEFB7SV74JC3WBSWZZAEVQC 5G7WRBMWKG6DMCOHE6WQHTYZACUHO2UPBZRWN72CFH7P45NN5E7QC A4CEWKDCNUJRE2PNF6NVZOZOF45Q3DVQWHLJCDRWJRGC6STSUY4QC C7RQ6W5HRUARWHCHFYQ4NSKLL4XXNFJZUKF4AWAC7HVBFQAAEZIQC 53PYAPOTQSDXGBCFGUU4JUUCOOPPEMH7QXFJDGJ54PJAVP66P65AC RDXE32ZV63E2L2TGV2523UGRXSR5ICAKM4L46HXNWSCTNZYE6AAQC RXJH46XLP6AFSIZZD4WEQA5A5YZLKHZ54ZUGCRH7TRAOH2Z4Q2VQC # nixos-upgrade = "sudo nix-store --verify --check-contents --repair ; sudo nix flake update --flake ~/nixos-config ; sudo nixos-rebuild switch --flake ~/nixos-config#nixos-wsl";
# upgrade = "sudo nix-store --verify --check-contents --repair ; sudo nix flake update --flake ~/nixos-config ; sudo nixos-rebuild switch --flake ~/nixos-config#nixos-wsl";
completions = {algorithm = "substring";sort = "smart";case_sensitive = false;quick = true;partial = true;use_ls_colors = true;};
completions.algorithm = "substring";completions.sort = "smart";completions.case_sensitive = false;completions.quick = true;completions.partial = true;completions.use_ls_colors = true;
explore = {help_banner = true;exit_esc = true;command_bar_text = "#C4C9C6";status_bar_background = { };highlight = {bg = "yellow";fg = "black";};status = { };try = { };table = {split_line = "#404040";cursor = true;line_index = true;line_shift = true;line_head_top = true;line_head_bottom = true;show_head = true;show_index = true;};config = {cursor_color = {bg = "yellow";fg = "black";};};};
table.mode = "compact";table.index_mode = "always";table.show_empty = true;table.trim.methodology = "wrapping";table.trim.wrapping_try_keep_words = true;table.trim.truncating_suffix = "...";explore.help_banner = true;explore.exit_esc = true;explore.command_bar_text = "#C4C9C6";explore.status_bar_background = {};explore.highlight.bg = "yellow";explore.highlight.fg = "black";explore.status = {};explore.try = {};explore.table.split_line = "#404040";explore.table.cursor = true;explore.table.line_index = true;explore.table.line_shift = true;explore.table.line_head_top = true;explore.table.line_head_bottom = true;explore.table.show_head = true;explore.table.show_index = true;explore.config.cursor_color.bg = "yellow";explore.config.cursor_color.fg = "black";
history = {file_format = "sqlite";max_size = 10000000;sync_on_enter = true;};
history.file_format = "sqlite";history.max_size = 10000000;history.sync_on_enter = true;
hooks = {env_change = {PWD = [''{ |before, after| zellij-update-tabname }''];};display_output = "if (term size).columns >= 100 { table -e } else { table }";pre_prompt = [''if (which direnv | is-empty) {return}direnv export json | from json | default {} | load-env$env.PATH = ($env.PATH | split row (char env_sep))''];};
hooks.env_change.PWD = [ ''{ |before, after| zellij-update-tabname }'' ];hooks.display_output = "if (term size).columns >= 100 { table -e } else { table }";