From 88efc737975efcc772fdecfd70191c1c0273c55b Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 17 Aug 2013 17:04:16 -0700 Subject: [PATCH] Actually commit the no-scope-shadowing to . function --- share/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config.fish b/share/config.fish index e0b07bf9e..2c1f8b526 100644 --- a/share/config.fish +++ b/share/config.fish @@ -110,7 +110,7 @@ function __fish_on_interactive --on-event fish_prompt end # "." command for compatibility with old fish versions. -function . --description 'Evaluate contents of file (deprecated, see "source")' +function . --description 'Evaluate contents of file (deprecated, see "source")' --no-scope-shadowing if begin test (count $argv) -eq 0 # Uses tty directly, as isatty depends on "."