diff --git a/share/functions/abbr_old.fish b/share/functions/__fish_abbr_old.fish similarity index 98% rename from share/functions/abbr_old.fish rename to share/functions/__fish_abbr_old.fish index c43f344ea..b9017a7f2 100644 --- a/share/functions/abbr_old.fish +++ b/share/functions/__fish_abbr_old.fish @@ -1,4 +1,4 @@ -function abbr_old --description "Manage abbreviations using old fish 2.x scheme." +function __fish_abbr_old --description "Manage abbreviations using old fish 2.x scheme." # parse arguments set -l mode set -l mode_flag # the flag that was specified, for better errors diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 1e91f1c9c..ca8923b14 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -8,7 +8,7 @@ function __fish_config_interactive -d "Initializations that should be performed # Perform transitions relevant to going from fish 2.x to 3.x. # Migrate old universal abbreviations to the new scheme. - abbr_old | source + __fish_abbr_old | source set -U __fish_init_3_x end