mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 17:00:44 +01:00
Splitting wakeonlan plugin completion into separate file
This commit is contained in:
@@ -12,7 +12,3 @@ function wake() {
|
||||
|
||||
wakeonlan -f "$config_file"
|
||||
}
|
||||
|
||||
if (( $+functions[compdef] )); then
|
||||
compdef "_arguments '1:device to wake:_files -W '\''$HOME/.wakeonlan'\'''" wake
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user