]> git.phdru.name Git - dotfiles.git/blobdiff - .bash_completion.d/cgmem_nice
Feat(cgmem_nice): More memory containers were added
[dotfiles.git] / .bash_completion.d / cgmem_nice
index 0b9529432476c658156e6a8e421d4b71c8d8e2eb..5ed041b87634f7d3ad8c21d11303f4f719a752de 100644 (file)
@@ -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