mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Stringify vared completions
This commit is contained in:
parent
23042b6a43
commit
7d89cadd58
|
@ -1,3 +1,2 @@
|
|||
complete -c vared -x -a "(set|sed -e 's/ /'\t'Variable: /')"
|
||||
complete -c vared -x -a "(set | string replace -r ' ' '\tVariable: ')"
|
||||
complete -c vared -s h -l help -d "Display help and exit"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user