about summary refs log tree commit diff
path: root/Completion/Unix/Command/_apm
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_apm')
-rw-r--r--Completion/Unix/Command/_apm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_apm b/Completion/Unix/Command/_apm
index efe50d713..e6179d676 100644
--- a/Completion/Unix/Command/_apm
+++ b/Completion/Unix/Command/_apm
@@ -11,7 +11,7 @@ if [[ $OSTYPE == linux* ]]; then
     '(-n --noignore)'{-n,--noignore}'[tell the system not to ignore system-generated APM message]' \
     '(-i --ignore)'{-i,--ignore}'[tell the system to ignore system-generated APM message]' && return
 
-elif [[ $OSTYPE == freebsd* ]]; then
+elif [[ $OSTYPE == (freebsd|dragonfly)* ]]; then
 
   _arguments \
     '-a[display AC line status]' \