Added todo.sh
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -31,3 +31,4 @@ fi
|
||||
[[ -f "$HOME/Develop/MyDot/completion.sh" ]] && source ~/Develop/MyDot/completion.sh
|
||||
|
||||
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git
|
||||
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
|
||||
|
Reference in New Issue
Block a user