aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-17 17:04:16 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-17 17:04:16 -0700
commit88efc737975efcc772fdecfd70191c1c0273c55b (patch)
tree36945aaaeaac9450191ec6cc55c655a7a512de6f /share
parent77b13d02f0913237aa1cb791d334d4608f31e70d (diff)
Actually commit the no-scope-shadowing to . function
Diffstat (limited to 'share')
-rw-r--r--share/config.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/config.fish b/share/config.fish
index e0b07bf9..2c1f8b52 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 "."