mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-25 22:13:46 +03:00
Rename master to main
This commit is contained in:
parent
99b44ebc02
commit
fde78c004f
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user