]> git.armaanb.net Git - charsel.git/blobdiff - bash-completions
properly added shell completions
[charsel.git] / bash-completions
diff --git a/bash-completions b/bash-completions
deleted file mode 100755 (executable)
index 375d8eb..0000000
+++ /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