]> git.phdru.name Git - dotfiles.git/blobdiff - .bash_completion.d/cgmem_nice
Add `cgmn` as a symlink to `cgmem_nice`
[dotfiles.git] / .bash_completion.d / cgmem_nice
index 0b9529432476c658156e6a8e421d4b71c8d8e2eb..ee553f989b8abdc79524d0672f367cffb4e914e6 100644 (file)
@@ -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