diff options
Diffstat (limited to 'functions/rlsxattr.fish')
| -rw-r--r-- | functions/rlsxattr.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/rlsxattr.fish b/functions/rlsxattr.fish index e52d820..94d9078 100644 --- a/functions/rlsxattr.fish +++ b/functions/rlsxattr.fish @@ -5,6 +5,6 @@ if not check_install 'getfattr' 'attr' return 1 end -command getfattr -R -h -d . 2>/dev/null | grep '^# file:' | sed 's/^# file: //' +command getfattr -R -h -d . &>/dev/null | grep '^# file:' | sed 's/^# file: //' end |
