1 2 3 4 5 6 7
# Dynamic aliases alias ::work_type::='treeflow ::work_type::' # Enable completion for the dynamic alias if type compdef > /dev/null 2>&1; then compdef _treeflow ::work_type:: fi