Skip to content

Latest commit

 

History

History
 
 

completions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Shell completions

This directory holds completions for the bash shell.

You can apply completions locally by running:

source try.bash

Alternatively, to enable try shell completion by default, consider adding the following line to your .bashrc:

source <path-to-your-script>/dothis-completion.bash

To enable try shell completion for all users, consider copying the bash completion script to the /etc/bash_completion.d/ directory:

sudo cp try.bash /etc/bash_completion.d/