diff --git a/tide_theme/configure/prompt_items/_fake_tide_item_git_prompt.fish b/tide_theme/configure/prompt_items/_fake_tide_item_git_prompt.fish index 40f32a9..412f4fe 100644 --- a/tide_theme/configure/prompt_items/_fake_tide_item_git_prompt.fish +++ b/tide_theme/configure/prompt_items/_fake_tide_item_git_prompt.fish @@ -1,4 +1,4 @@ function _fake_tide_item_git_prompt set_color $fake___fish_git_prompt_color_branch - printf '%s' 'master' + printf '%s' 'main' end \ No newline at end of file diff --git a/tools/_tide_actual_install.fish b/tools/_tide_actual_install.fish index 5dd5f79..29d643b 100644 --- a/tools/_tide_actual_install.fish +++ b/tools/_tide_actual_install.fish @@ -3,7 +3,7 @@ function _tide_actual_install set -l location $argv[1] if test -z "$location" - set location 'master' + set location 'main' end set -gx TERM xterm # Necessary for testing purposes, ensures color codes are printed diff --git a/tools/tide_install.fish b/tools/tide_install.fish index a2af278..5c74edf 100644 --- a/tools/tide_install.fish +++ b/tools/tide_install.fish @@ -9,7 +9,7 @@ function tide_install set -l location $argv[-1] if test -z "$location" - set location 'master' + set location 'main' end if set -q _flag_local