File: zsh_autocomplete

package info (click to toggle)
golang-codegangsta-cli 0.0~git20151221-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 204 kB
  • sloc: sh: 10; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (9)
1
2
3
4
5
autoload -U compinit && compinit
autoload -U bashcompinit && bashcompinit

script_dir=$(dirname $0)
source ${script_dir}/bash_autocomplete