aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/stat.fish
diff options
context:
space:
mode:
authorGravatar lordlycastle <lordlycastle@hotmail.com>2015-12-10 14:20:46 +0000
committerGravatar lordlycastle <lordlycastle@hotmail.com>2015-12-10 14:20:46 +0000
commit96b3e1ce1bf8098d4b58b8695b1c2f5d7ba87f29 (patch)
treebcd52051b77c9d65a270a98a89502cbea4a6dc78 /share/completions/stat.fish
parent3868203c76e7570b59feeb9d69d5c98b0cd2c7c5 (diff)
Added OS X completions for open, and seq. Added missing stdout redirection to /dev/null when checking command's version.
Diffstat (limited to 'share/completions/stat.fish')
-rw-r--r--share/completions/stat.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/stat.fish b/share/completions/stat.fish
index 3fc6742b..a87ca02a 100644
--- a/share/completions/stat.fish
+++ b/share/completions/stat.fish
@@ -1,4 +1,4 @@
-if stat --version ^ /dev/null # GNU
+if stat --version ^ /dev/null > /dev/null # GNU
complete -c stat -s L -l dereference -d 'follow links'
complete -c stat -s f -l file-system -d 'display file system status instead of file status'
complete -c stat -s c -l format -x -d 'use the specified FORMAT instead of the default; output a newline after each use of FORMAT'