about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
committerMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
commit7d84cde31330023b264a415ffa02686ee0338b4f (patch)
tree2bd35212c238a10562e195fe8c0dc74c6244215f /Completion/Linux
parent5facfd32805831230f9b42b7ec9765e858b553a8 (diff)
downloadzsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.gz
zsh-7d84cde31330023b264a415ffa02686ee0338b4f.tar.xz
zsh-7d84cde31330023b264a415ffa02686ee0338b4f.zip
44201: _command_name: Check for external forcing precommand
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_setsid1
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_setsid b/Completion/Linux/Command/_setsid
index f3aef500a..d248925aa 100644
--- a/Completion/Linux/Command/_setsid
+++ b/Completion/Linux/Command/_setsid
@@ -6,5 +6,4 @@ _arguments -s -S -A '-*' : \
   '(-c --ctty)'{-c,--ctty}'[set controlling terminal to current one]' \
   '(-f --fork)'{-f,--fork}'[always fork]' \
   '(-w --wait)'{-w,--wait}'[wait for program to exit, and use same return code]' \
-  '1: :_path_commands' \
   '*:: : _normal -p $service'