here too
This commit is contained in:
parent
4db3329d68
commit
7b911a1990
@ -29,7 +29,7 @@ function __repo_using_command
|
|||||||
end
|
end
|
||||||
|
|
||||||
function __repo_list_repos
|
function __repo_list_repos
|
||||||
find "$REPO_BASE_DIR" -type d -name ".git" | path dirname | sort | path basename
|
find "$REPO_BASE_DIR" -type d -name ".git" -printf "%h\n" 2>/dev/null | sed 's|.*/||; s/\./_/g'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Main command completions
|
# Main command completions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user