mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 07:21:44 +08:00
Merge pull request #98 from oh-my-fish/missing-redirect
Forgot to suppress error message
This commit is contained in:
commit
ee4fc5bb30
|
@ -15,7 +15,7 @@ function omf.remove_package
|
|||
for path in {$OMF_PATH,$OMF_CONFIG}/{pkg}/$pkg
|
||||
not test -d $path; and continue
|
||||
|
||||
source $path/uninstall.fish; and emit uninstall_$pkg
|
||||
source $path/uninstall.fish ^/dev/null; and emit uninstall_$pkg
|
||||
omf.bundle.remove "package" $pkg
|
||||
|
||||
rm -rf $path
|
||||
|
|
Loading…
Reference in New Issue
Block a user