X-Git-Url: https://git.armaanb.net/?p=charsel.git;a=blobdiff_plain;f=bash-completions;fp=bash-completions;h=0000000000000000000000000000000000000000;hp=375d8ebcd682237e758342dc6d03d05baf132921;hb=3175a81c8c551bb01af2dbc2737718dbb3ab0090;hpb=74601c376caedf65d541ab67e63513448a9bd7ec diff --git a/bash-completions b/bash-completions deleted file mode 100755 index 375d8eb..0000000 --- a/bash-completions +++ /dev/null @@ -1,12 +0,0 @@ -_script() -{ - _script_commands=$(charsel -L) - - local cur prev - COMPREPLY=() - cur="${COMP_WORDS[COMP_CWORD]}" - COMPREPLY=( $(compgen -W "${_script_commands}" -- ${cur}) ) - - return 0 -} -complete -o nospace -F _script charsel