Commit 96d67b89 authored by Bruno's avatar Bruno

Merge pull request #172 from oh-my-fish/suppress-basename-output

Suppress basename usage output
parents 1fbc29d1 f57ef1b4
......@@ -55,7 +55,7 @@ function __omf.packages.list.installed -a type
contains $package (__omf.packages.builtin); or set list $list $package
end
test "$type" = "--plugin"; or for package in (basename -a {$OMF_CONFIG,$OMF_PATH}/themes/*)
test "$type" = "--plugin"; or for package in (basename -a {$OMF_CONFIG,$OMF_PATH}/themes/* 2>/dev/null)
set list $list $package
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment