X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.bash_completion.d%2Fcgmem_nice;h=ee553f989b8abdc79524d0672f367cffb4e914e6;hb=6fac02bd8ab3019920905687bac07e86c9b39c59;hp=0b9529432476c658156e6a8e421d4b71c8d8e2eb;hpb=d239699bd1163d2ff6459dd79e2fcb276747e131;p=dotfiles.git diff --git a/.bash_completion.d/cgmem_nice b/.bash_completion.d/cgmem_nice index 0b95294..ee553f9 100644 --- a/.bash_completion.d/cgmem_nice +++ b/.bash_completion.d/cgmem_nice @@ -3,10 +3,10 @@ _cgmem_nice() local CUR=${COMP_WORDS[COMP_CWORD]} if [ $COMP_CWORD -eq 1 ]; then - COMPREPLY=( $(compgen -W "100 200 300 500 1000 2000 4000" -- $CUR) ) + COMPREPLY=( $(compgen -W "100 200 300 400 500 1000 2000 4000 5000" -- $CUR) ) elif [ $COMP_CWORD -ge 2 ]; then _command_offset 2 fi } -complete -F _cgmem_nice cgmem_nice +complete -F _cgmem_nice cgmem_nice cgmn