Sha256: 9ab055620fdbbf32d47c0e89181391be27f533f6f7cb3f55ad18a6027ecc7f28
Contents?: true
Size: 420 Bytes
Versions: 7
Compression:
Stored size: 420 Bytes
Contents
# https://blog.jcoglan.com/2013/02/12/tab-completion-for-your-command-line-apps/ # Add this to your .bash_profile (or .zsh_profile): # # Add autocompletion for Troo. # which troo > /dev/null && . "$(troo path)/init.sh" if [ -n "$BASH_VERSION" ]; then root="$(dirname "${BASH_SOURCE[0]}")" source "$root/completion.bash" elif [ -n "$ZSH_VERSION" ]; then root="$(dirname "$0")" source "$root/completion.zsh" fi
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.15 | bin/init.sh |
troo-0.0.14 | bin/init.sh |
troo-0.0.13 | bin/init.sh |
troo-0.0.12 | bin/init.sh |
troo-0.0.11 | bin/init.sh |
troo-0.0.10 | bin/init.sh |
troo-0.0.9 | bin/init.sh |