Rename master to main

This commit is contained in:
Ilan Cosman 2020-08-02 08:59:09 -07:00
parent 99b44ebc02
commit fde78c004f
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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