aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2012-06-21 20:20:23 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-24 13:57:15 -0700
commit4d1c0eaa5244905c72ef29496af42e2dbd5111e6 (patch)
tree0ac595a9a1281416dda10711fd510093c09299fb /share
parentadfd3c10985bffeebd43a710b3f00f836f66569b (diff)
Fix var set in __fish_config_interactive.fish
__fish_config_interactive.fish uses the presence of __fish_init_1_50_0 to decide whether it should perform a one-time initialization of universal variables. Unfortunately, it sets the variable __fish_init_1_23_0. Fix this to set __fish_init_1_50_0 instead.
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_config_interactive.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 3c2c720a..7b0cca36 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -83,7 +83,7 @@ function __fish_config_interactive -d "Initializations that should be performed
set -l line2 (printf (_ 'Type %shelp%s for instructions on how to use fish') (set_color green) (set_color normal))
set -U fish_greeting $line1\n$line2
end
- set -U __fish_init_1_23_0
+ set -U __fish_init_1_50_0
#
# Set various defaults using these throwaway functions