···11-set -g EZA_CONFIG_DIR "$HOME/.config/eza"
11+#set -g EZA_CONFIG_DIR "$HOME/.config/eza"
2233if status is-interactive
44 # Commands to run in interactive sessions can go here
55 atuin init fish | source
66- set -gx LS_COLORS (vivid generate ansi)
66+ set -gx LS_COLORS (vivid generate molokai)
7788end
99
+2-1
private_dot_config/zed/private_settings.json
···77// custom settings, run the `open default settings` command
88// from the command palette or from `Zed` application menu.
99{
1010+ "markdown_preview_font_size": 14.0,
1011 "ui_font_size": 16.0,
1112 "buffer_font_weight": 400.0,
1213 "colorize_brackets": true,
···5354 "ui_font_weight": 400.0,
5455 "ui_font_family": ".ZedSans",
5556 "edit_predictions": {
5656- "allow_data_collection": "no",
5757+ "allow_data_collection": "yes",
5758 "disabled_globs": [],
5859 "mode": "eager",
5960 "copilot": {