mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-29 11:35:57 +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
|
function _fake_tide_item_git_prompt
|
||||||
set_color $fake___fish_git_prompt_color_branch
|
set_color $fake___fish_git_prompt_color_branch
|
||||||
printf '%s' 'master'
|
printf '%s' 'main'
|
||||||
end
|
end
|
@ -3,7 +3,7 @@ function _tide_actual_install
|
|||||||
|
|
||||||
set -l location $argv[1]
|
set -l location $argv[1]
|
||||||
if test -z "$location"
|
if test -z "$location"
|
||||||
set location 'master'
|
set location 'main'
|
||||||
end
|
end
|
||||||
|
|
||||||
set -gx TERM xterm # Necessary for testing purposes, ensures color codes are printed
|
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]
|
set -l location $argv[-1]
|
||||||
if test -z "$location"
|
if test -z "$location"
|
||||||
set location 'master'
|
set location 'main'
|
||||||
end
|
end
|
||||||
|
|
||||||
if set -q _flag_local
|
if set -q _flag_local
|
||||||
|
Loading…
Reference in New Issue
Block a user