diff options
Diffstat (limited to 'etc/completions/_fbsetbg')
-rw-r--r-- | etc/completions/_fbsetbg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/completions/_fbsetbg b/etc/completions/_fbsetbg index 93752c4..254e81f 100644 --- a/etc/completions/_fbsetbg +++ b/etc/completions/_fbsetbg @@ -28,8 +28,8 @@ file_arguments=( ) for arg in ${(k)file_arguments}; { - arguments+=$arg'[set '$file_arguments[$arg]' wallpaper]:file:_files' - arguments+=${arg:u}'[set '$file_arguments[$arg]' wallpaper (without remembering)]:file:_files' + arguments+=${arg}'[set '${file_arguments[$arg]}' wallpaper]:file:_files' + arguments+=${arg:u}'[set '${file_arguments[$arg]}' wallpaper (without remembering)]:file:_files' } -_arguments -s $arguments +_arguments -s ${arguments} |