X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.bash_completion.d%2Fcgmem_nice;h=5ed041b87634f7d3ad8c21d11303f4f719a752de;hp=0b9529432476c658156e6a8e421d4b71c8d8e2eb;hb=c5921e07ec7e321eaa039de65fcc03b6b5296043;hpb=3ea78957fe9b545129e193a3a7e8e9934b5318d5 diff --git a/.bash_completion.d/cgmem_nice b/.bash_completion.d/cgmem_nice index 0b95294..5ed041b 100644 --- a/.bash_completion.d/cgmem_nice +++ b/.bash_completion.d/cgmem_nice @@ -3,7 +3,7 @@ _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