diff --git a/share/tools/web_config/sample_prompts/robbyrussell.fish b/share/tools/web_config/sample_prompts/arrow.fish similarity index 94% rename from share/tools/web_config/sample_prompts/robbyrussell.fish rename to share/tools/web_config/sample_prompts/arrow.fish index e630688ba..3d99f1adc 100644 --- a/share/tools/web_config/sample_prompts/robbyrussell.fish +++ b/share/tools/web_config/sample_prompts/arrow.fish @@ -1,11 +1,11 @@ -# name: Robbyrussell +# name: Arrow # author: Bruno Ferreira Pinto, Pawel Zubrycki function fish_prompt set -l __last_command_exit_status $status - if not set -q -g __fish_robbyrussell_functions_defined - set -g __fish_robbyrussell_functions_defined + if not set -q -g __fish_arrow_functions_defined + set -g __fish_arrow_functions_defined function _git_branch_name set -l branch (git symbolic-ref --quiet HEAD 2>/dev/null) if set -q branch[1] diff --git a/share/tools/web_config/sample_prompts/sorin.fish b/share/tools/web_config/sample_prompts/scales.fish similarity index 99% rename from share/tools/web_config/sample_prompts/sorin.fish rename to share/tools/web_config/sample_prompts/scales.fish index c2016988b..b20857b9b 100644 --- a/share/tools/web_config/sample_prompts/sorin.fish +++ b/share/tools/web_config/sample_prompts/scales.fish @@ -1,4 +1,4 @@ -# name: Sorin +# name: Scales # author: Leonard Hecker # Sources: