diff --git a/private_fish/completions/tide.fish b/fish/completions/tide.fish similarity index 100% rename from private_fish/completions/tide.fish rename to fish/completions/tide.fish diff --git a/private_fish/conf.d/_tide_init.fish b/fish/conf.d/_tide_init.fish similarity index 100% rename from private_fish/conf.d/_tide_init.fish rename to fish/conf.d/_tide_init.fish diff --git a/fish/config.fish b/fish/config.fish new file mode 100644 index 0000000..b105344 --- /dev/null +++ b/fish/config.fish @@ -0,0 +1,12 @@ +set fish_greeting + +if status is-interactive + # Commands to run in interactive sessions can go here + mise activate fish | source + starship init fish | source + zoxide init fish | source + alias ssh="kitty +kitten ssh" + kitten icat ~/Downloads/pfp.gif 2>/dev/null + # echo "Begin chaos..." +end + diff --git a/fish/fish_variables b/fish/fish_variables new file mode 100644 index 0000000..84477f6 --- /dev/null +++ b/fish/fish_variables @@ -0,0 +1,33 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR __fish_initialized:3400 +SETUVAR _tide_left_items:\x1d +SETUVAR _tide_right_items:\x1d +SETUVAR fish_color_autosuggestion:brblack +SETUVAR fish_color_cancel:\x2dr +SETUVAR fish_color_command:blue +SETUVAR fish_color_comment:red +SETUVAR fish_color_cwd:green +SETUVAR fish_color_cwd_root:red +SETUVAR fish_color_end:green +SETUVAR fish_color_error:brred +SETUVAR fish_color_escape:brcyan +SETUVAR fish_color_history_current:\x2d\x2dbold +SETUVAR fish_color_host:normal +SETUVAR fish_color_host_remote:yellow +SETUVAR fish_color_normal:normal +SETUVAR fish_color_operator:brcyan +SETUVAR fish_color_param:cyan +SETUVAR fish_color_quote:yellow +SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold +SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_status:red +SETUVAR fish_color_user:brgreen +SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_key_bindings:fish_default_key_bindings +SETUVAR fish_pager_color_completion:normal +SETUVAR fish_pager_color_description:yellow\x1e\x2di +SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SETUVAR fish_pager_color_selected_background:\x2dr diff --git a/private_fish/functions/_tide_1_line_prompt.fish b/fish/functions/_tide_1_line_prompt.fish similarity index 100% rename from private_fish/functions/_tide_1_line_prompt.fish rename to fish/functions/_tide_1_line_prompt.fish diff --git a/private_fish/functions/_tide_2_line_prompt.fish b/fish/functions/_tide_2_line_prompt.fish similarity index 100% rename from private_fish/functions/_tide_2_line_prompt.fish rename to fish/functions/_tide_2_line_prompt.fish diff --git a/private_fish/functions/_tide_cache_variables.fish b/fish/functions/_tide_cache_variables.fish similarity index 100% rename from private_fish/functions/_tide_cache_variables.fish rename to fish/functions/_tide_cache_variables.fish diff --git a/private_fish/functions/_tide_detect_os.fish b/fish/functions/_tide_detect_os.fish similarity index 100% rename from private_fish/functions/_tide_detect_os.fish rename to fish/functions/_tide_detect_os.fish diff --git a/private_fish/functions/_tide_find_and_remove.fish b/fish/functions/_tide_find_and_remove.fish similarity index 100% rename from private_fish/functions/_tide_find_and_remove.fish rename to fish/functions/_tide_find_and_remove.fish diff --git a/private_fish/functions/_tide_fish_colorize.fish b/fish/functions/_tide_fish_colorize.fish similarity index 100% rename from private_fish/functions/_tide_fish_colorize.fish rename to fish/functions/_tide_fish_colorize.fish diff --git a/private_fish/functions/_tide_item_aws.fish b/fish/functions/_tide_item_aws.fish similarity index 100% rename from private_fish/functions/_tide_item_aws.fish rename to fish/functions/_tide_item_aws.fish diff --git a/private_fish/functions/_tide_item_character.fish b/fish/functions/_tide_item_character.fish similarity index 100% rename from private_fish/functions/_tide_item_character.fish rename to fish/functions/_tide_item_character.fish diff --git a/private_fish/functions/_tide_item_cmd_duration.fish b/fish/functions/_tide_item_cmd_duration.fish similarity index 100% rename from private_fish/functions/_tide_item_cmd_duration.fish rename to fish/functions/_tide_item_cmd_duration.fish diff --git a/private_fish/functions/_tide_item_context.fish b/fish/functions/_tide_item_context.fish similarity index 100% rename from private_fish/functions/_tide_item_context.fish rename to fish/functions/_tide_item_context.fish diff --git a/private_fish/functions/_tide_item_crystal.fish b/fish/functions/_tide_item_crystal.fish similarity index 100% rename from private_fish/functions/_tide_item_crystal.fish rename to fish/functions/_tide_item_crystal.fish diff --git a/private_fish/functions/_tide_item_direnv.fish b/fish/functions/_tide_item_direnv.fish similarity index 100% rename from private_fish/functions/_tide_item_direnv.fish rename to fish/functions/_tide_item_direnv.fish diff --git a/private_fish/functions/_tide_item_distrobox.fish b/fish/functions/_tide_item_distrobox.fish similarity index 100% rename from private_fish/functions/_tide_item_distrobox.fish rename to fish/functions/_tide_item_distrobox.fish diff --git a/private_fish/functions/_tide_item_docker.fish b/fish/functions/_tide_item_docker.fish similarity index 100% rename from private_fish/functions/_tide_item_docker.fish rename to fish/functions/_tide_item_docker.fish diff --git a/private_fish/functions/_tide_item_elixir.fish b/fish/functions/_tide_item_elixir.fish similarity index 100% rename from private_fish/functions/_tide_item_elixir.fish rename to fish/functions/_tide_item_elixir.fish diff --git a/private_fish/functions/_tide_item_gcloud.fish b/fish/functions/_tide_item_gcloud.fish similarity index 100% rename from private_fish/functions/_tide_item_gcloud.fish rename to fish/functions/_tide_item_gcloud.fish diff --git a/private_fish/functions/_tide_item_git.fish b/fish/functions/_tide_item_git.fish similarity index 100% rename from private_fish/functions/_tide_item_git.fish rename to fish/functions/_tide_item_git.fish diff --git a/private_fish/functions/_tide_item_go.fish b/fish/functions/_tide_item_go.fish similarity index 100% rename from private_fish/functions/_tide_item_go.fish rename to fish/functions/_tide_item_go.fish diff --git a/private_fish/functions/_tide_item_java.fish b/fish/functions/_tide_item_java.fish similarity index 100% rename from private_fish/functions/_tide_item_java.fish rename to fish/functions/_tide_item_java.fish diff --git a/private_fish/functions/_tide_item_jobs.fish b/fish/functions/_tide_item_jobs.fish similarity index 100% rename from private_fish/functions/_tide_item_jobs.fish rename to fish/functions/_tide_item_jobs.fish diff --git a/private_fish/functions/_tide_item_kubectl.fish b/fish/functions/_tide_item_kubectl.fish similarity index 100% rename from private_fish/functions/_tide_item_kubectl.fish rename to fish/functions/_tide_item_kubectl.fish diff --git a/private_fish/functions/_tide_item_nix_shell.fish b/fish/functions/_tide_item_nix_shell.fish similarity index 100% rename from private_fish/functions/_tide_item_nix_shell.fish rename to fish/functions/_tide_item_nix_shell.fish diff --git a/private_fish/functions/_tide_item_node.fish b/fish/functions/_tide_item_node.fish similarity index 100% rename from private_fish/functions/_tide_item_node.fish rename to fish/functions/_tide_item_node.fish diff --git a/private_fish/functions/_tide_item_os.fish b/fish/functions/_tide_item_os.fish similarity index 100% rename from private_fish/functions/_tide_item_os.fish rename to fish/functions/_tide_item_os.fish diff --git a/private_fish/functions/_tide_item_php.fish b/fish/functions/_tide_item_php.fish similarity index 100% rename from private_fish/functions/_tide_item_php.fish rename to fish/functions/_tide_item_php.fish diff --git a/private_fish/functions/_tide_item_private_mode.fish b/fish/functions/_tide_item_private_mode.fish similarity index 100% rename from private_fish/functions/_tide_item_private_mode.fish rename to fish/functions/_tide_item_private_mode.fish diff --git a/private_fish/functions/_tide_item_pulumi.fish b/fish/functions/_tide_item_pulumi.fish similarity index 100% rename from private_fish/functions/_tide_item_pulumi.fish rename to fish/functions/_tide_item_pulumi.fish diff --git a/private_fish/functions/_tide_item_python.fish b/fish/functions/_tide_item_python.fish similarity index 100% rename from private_fish/functions/_tide_item_python.fish rename to fish/functions/_tide_item_python.fish diff --git a/private_fish/functions/_tide_item_ruby.fish b/fish/functions/_tide_item_ruby.fish similarity index 100% rename from private_fish/functions/_tide_item_ruby.fish rename to fish/functions/_tide_item_ruby.fish diff --git a/private_fish/functions/_tide_item_rustc.fish b/fish/functions/_tide_item_rustc.fish similarity index 100% rename from private_fish/functions/_tide_item_rustc.fish rename to fish/functions/_tide_item_rustc.fish diff --git a/private_fish/functions/_tide_item_shlvl.fish b/fish/functions/_tide_item_shlvl.fish similarity index 100% rename from private_fish/functions/_tide_item_shlvl.fish rename to fish/functions/_tide_item_shlvl.fish diff --git a/private_fish/functions/_tide_item_status.fish b/fish/functions/_tide_item_status.fish similarity index 100% rename from private_fish/functions/_tide_item_status.fish rename to fish/functions/_tide_item_status.fish diff --git a/private_fish/functions/_tide_item_terraform.fish b/fish/functions/_tide_item_terraform.fish similarity index 100% rename from private_fish/functions/_tide_item_terraform.fish rename to fish/functions/_tide_item_terraform.fish diff --git a/private_fish/functions/_tide_item_time.fish b/fish/functions/_tide_item_time.fish similarity index 100% rename from private_fish/functions/_tide_item_time.fish rename to fish/functions/_tide_item_time.fish diff --git a/private_fish/functions/_tide_item_toolbox.fish b/fish/functions/_tide_item_toolbox.fish similarity index 100% rename from private_fish/functions/_tide_item_toolbox.fish rename to fish/functions/_tide_item_toolbox.fish diff --git a/private_fish/functions/_tide_item_vi_mode.fish b/fish/functions/_tide_item_vi_mode.fish similarity index 100% rename from private_fish/functions/_tide_item_vi_mode.fish rename to fish/functions/_tide_item_vi_mode.fish diff --git a/private_fish/functions/_tide_item_zig.fish b/fish/functions/_tide_item_zig.fish similarity index 100% rename from private_fish/functions/_tide_item_zig.fish rename to fish/functions/_tide_item_zig.fish diff --git a/private_fish/functions/_tide_parent_dirs.fish b/fish/functions/_tide_parent_dirs.fish similarity index 100% rename from private_fish/functions/_tide_parent_dirs.fish rename to fish/functions/_tide_parent_dirs.fish diff --git a/private_fish/functions/_tide_print_item.fish b/fish/functions/_tide_print_item.fish similarity index 100% rename from private_fish/functions/_tide_print_item.fish rename to fish/functions/_tide_print_item.fish diff --git a/private_fish/functions/_tide_pwd.fish b/fish/functions/_tide_pwd.fish similarity index 100% rename from private_fish/functions/_tide_pwd.fish rename to fish/functions/_tide_pwd.fish diff --git a/private_fish/functions/_tide_remove_unusable_items.fish b/fish/functions/_tide_remove_unusable_items.fish similarity index 100% rename from private_fish/functions/_tide_remove_unusable_items.fish rename to fish/functions/_tide_remove_unusable_items.fish diff --git a/private_fish/functions/_tide_sub_bug-report.fish b/fish/functions/_tide_sub_bug-report.fish similarity index 100% rename from private_fish/functions/_tide_sub_bug-report.fish rename to fish/functions/_tide_sub_bug-report.fish diff --git a/private_fish/functions/_tide_sub_configure.fish b/fish/functions/_tide_sub_configure.fish similarity index 100% rename from private_fish/functions/_tide_sub_configure.fish rename to fish/functions/_tide_sub_configure.fish diff --git a/private_fish/functions/_tide_sub_reload.fish b/fish/functions/_tide_sub_reload.fish similarity index 100% rename from private_fish/functions/_tide_sub_reload.fish rename to fish/functions/_tide_sub_reload.fish diff --git a/private_fish/functions/fish_mode_prompt.fish b/fish/functions/fish_mode_prompt.fish similarity index 100% rename from private_fish/functions/fish_mode_prompt.fish rename to fish/functions/fish_mode_prompt.fish diff --git a/private_fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish similarity index 100% rename from private_fish/functions/fish_prompt.fish rename to fish/functions/fish_prompt.fish diff --git a/private_fish/functions/tide.fish b/fish/functions/tide.fish similarity index 100% rename from private_fish/functions/tide.fish rename to fish/functions/tide.fish diff --git a/private_fish/functions/tide/configure/choices/all/finish.fish b/fish/functions/tide/configure/choices/all/finish.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/finish.fish rename to fish/functions/tide/configure/choices/all/finish.fish diff --git a/private_fish/functions/tide/configure/choices/all/icons.fish b/fish/functions/tide/configure/choices/all/icons.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/icons.fish rename to fish/functions/tide/configure/choices/all/icons.fish diff --git a/private_fish/functions/tide/configure/choices/all/prompt_colors.fish b/fish/functions/tide/configure/choices/all/prompt_colors.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/prompt_colors.fish rename to fish/functions/tide/configure/choices/all/prompt_colors.fish diff --git a/private_fish/functions/tide/configure/choices/all/prompt_connection.fish b/fish/functions/tide/configure/choices/all/prompt_connection.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/prompt_connection.fish rename to fish/functions/tide/configure/choices/all/prompt_connection.fish diff --git a/private_fish/functions/tide/configure/choices/all/prompt_connection_andor_frame_color.fish b/fish/functions/tide/configure/choices/all/prompt_connection_andor_frame_color.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/prompt_connection_andor_frame_color.fish rename to fish/functions/tide/configure/choices/all/prompt_connection_andor_frame_color.fish diff --git a/private_fish/functions/tide/configure/choices/all/prompt_spacing.fish b/fish/functions/tide/configure/choices/all/prompt_spacing.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/prompt_spacing.fish rename to fish/functions/tide/configure/choices/all/prompt_spacing.fish diff --git a/private_fish/functions/tide/configure/choices/all/show_time.fish b/fish/functions/tide/configure/choices/all/show_time.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/show_time.fish rename to fish/functions/tide/configure/choices/all/show_time.fish diff --git a/private_fish/functions/tide/configure/choices/all/style.fish b/fish/functions/tide/configure/choices/all/style.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/style.fish rename to fish/functions/tide/configure/choices/all/style.fish diff --git a/private_fish/functions/tide/configure/choices/all/transient.fish b/fish/functions/tide/configure/choices/all/transient.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/all/transient.fish rename to fish/functions/tide/configure/choices/all/transient.fish diff --git a/private_fish/functions/tide/configure/choices/classic/classic_prompt_color.fish b/fish/functions/tide/configure/choices/classic/classic_prompt_color.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/classic/classic_prompt_color.fish rename to fish/functions/tide/configure/choices/classic/classic_prompt_color.fish diff --git a/private_fish/functions/tide/configure/choices/classic/classic_prompt_separators.fish b/fish/functions/tide/configure/choices/classic/classic_prompt_separators.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/classic/classic_prompt_separators.fish rename to fish/functions/tide/configure/choices/classic/classic_prompt_separators.fish diff --git a/private_fish/functions/tide/configure/choices/lean/lean_prompt_height.fish b/fish/functions/tide/configure/choices/lean/lean_prompt_height.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/lean/lean_prompt_height.fish rename to fish/functions/tide/configure/choices/lean/lean_prompt_height.fish diff --git a/private_fish/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish b/fish/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish rename to fish/functions/tide/configure/choices/powerline/powerline_prompt_heads.fish diff --git a/private_fish/functions/tide/configure/choices/powerline/powerline_prompt_style.fish b/fish/functions/tide/configure/choices/powerline/powerline_prompt_style.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/powerline/powerline_prompt_style.fish rename to fish/functions/tide/configure/choices/powerline/powerline_prompt_style.fish diff --git a/private_fish/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish b/fish/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish rename to fish/functions/tide/configure/choices/powerline/powerline_prompt_tails.fish diff --git a/private_fish/functions/tide/configure/choices/powerline/powerline_right_prompt_frame.fish b/fish/functions/tide/configure/choices/powerline/powerline_right_prompt_frame.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/powerline/powerline_right_prompt_frame.fish rename to fish/functions/tide/configure/choices/powerline/powerline_right_prompt_frame.fish diff --git a/private_fish/functions/tide/configure/choices/rainbow/rainbow_prompt_separators.fish b/fish/functions/tide/configure/choices/rainbow/rainbow_prompt_separators.fish similarity index 100% rename from private_fish/functions/tide/configure/choices/rainbow/rainbow_prompt_separators.fish rename to fish/functions/tide/configure/choices/rainbow/rainbow_prompt_separators.fish diff --git a/private_fish/functions/tide/configure/configs/classic.fish b/fish/functions/tide/configure/configs/classic.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/classic.fish rename to fish/functions/tide/configure/configs/classic.fish diff --git a/private_fish/functions/tide/configure/configs/classic_16color.fish b/fish/functions/tide/configure/configs/classic_16color.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/classic_16color.fish rename to fish/functions/tide/configure/configs/classic_16color.fish diff --git a/private_fish/functions/tide/configure/configs/lean.fish b/fish/functions/tide/configure/configs/lean.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/lean.fish rename to fish/functions/tide/configure/configs/lean.fish diff --git a/private_fish/functions/tide/configure/configs/lean_16color.fish b/fish/functions/tide/configure/configs/lean_16color.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/lean_16color.fish rename to fish/functions/tide/configure/configs/lean_16color.fish diff --git a/private_fish/functions/tide/configure/configs/rainbow.fish b/fish/functions/tide/configure/configs/rainbow.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/rainbow.fish rename to fish/functions/tide/configure/configs/rainbow.fish diff --git a/private_fish/functions/tide/configure/configs/rainbow_16color.fish b/fish/functions/tide/configure/configs/rainbow_16color.fish similarity index 100% rename from private_fish/functions/tide/configure/configs/rainbow_16color.fish rename to fish/functions/tide/configure/configs/rainbow_16color.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_cache_variables.fish b/fish/functions/tide/configure/functions/_fake_tide_cache_variables.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_cache_variables.fish rename to fish/functions/tide/configure/functions/_fake_tide_cache_variables.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_character.fish b/fish/functions/tide/configure/functions/_fake_tide_item_character.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_character.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_character.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_cmd_duration.fish b/fish/functions/tide/configure/functions/_fake_tide_item_cmd_duration.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_cmd_duration.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_cmd_duration.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_git.fish b/fish/functions/tide/configure/functions/_fake_tide_item_git.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_git.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_git.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_newline.fish b/fish/functions/tide/configure/functions/_fake_tide_item_newline.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_newline.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_newline.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_os.fish b/fish/functions/tide/configure/functions/_fake_tide_item_os.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_os.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_os.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_item_time.fish b/fish/functions/tide/configure/functions/_fake_tide_item_time.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_item_time.fish rename to fish/functions/tide/configure/functions/_fake_tide_item_time.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_print_item.fish b/fish/functions/tide/configure/functions/_fake_tide_print_item.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_print_item.fish rename to fish/functions/tide/configure/functions/_fake_tide_print_item.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_prompt.fish b/fish/functions/tide/configure/functions/_fake_tide_prompt.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_prompt.fish rename to fish/functions/tide/configure/functions/_fake_tide_prompt.fish diff --git a/private_fish/functions/tide/configure/functions/_fake_tide_pwd.fish b/fish/functions/tide/configure/functions/_fake_tide_pwd.fish similarity index 100% rename from private_fish/functions/tide/configure/functions/_fake_tide_pwd.fish rename to fish/functions/tide/configure/functions/_fake_tide_pwd.fish diff --git a/private_fish/functions/tide/configure/icons.fish b/fish/functions/tide/configure/icons.fish similarity index 100% rename from private_fish/functions/tide/configure/icons.fish rename to fish/functions/tide/configure/icons.fish diff --git a/private_fish/config.fish b/private_fish/config.fish deleted file mode 100644 index 0a1e35b..0000000 --- a/private_fish/config.fish +++ /dev/null @@ -1,4 +0,0 @@ -if status is-interactive - # Commands to run in interactive sessions can go here -end -mise activate fish | source