Created
November 15, 2015 23:19
-
-
Save timpulver/58773181b0d762e9e8a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Add to ~/.bash_profile | |
# Create an alias for the program | |
alias t='/usr/local/bin/todo.sh' | |
# Add auto-completion with custom word list to command "t" | |
complete -W "subcommand1 anothersubcommand" t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment