diff --git a/share/config.fish b/share/config.fish index 5c554b213..27e6222a3 100644 --- a/share/config.fish +++ b/share/config.fish @@ -196,7 +196,7 @@ if command -sq /usr/libexec/path_helper for path_file in $argv[2] $argv[3]/* if test -f $path_file - while read -la entry + while read -l entry if not contains $entry $result set result $result $entry end