X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.bash_completion.d%2Fcgmem_nice;h=5ed041b87634f7d3ad8c21d11303f4f719a752de;hb=dfa0b0b193cb91fd6151568bb1ad577743450b47;hp=0b9529432476c658156e6a8e421d4b71c8d8e2eb;hpb=d239699bd1163d2ff6459dd79e2fcb276747e131;p=dotfiles.git 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