forked from colonelpanic/dotfiles
fix add_github_remote
This commit is contained in:
parent
609793bc5b
commit
0824c476d2
@ -393,7 +393,7 @@ function find_by_size {
|
|||||||
|
|
||||||
function get_git_project_name {
|
function get_git_project_name {
|
||||||
# "$(basename $(git rev-parse --show-toplevel))"
|
# "$(basename $(git rev-parse --show-toplevel))"
|
||||||
basename $(git remotes | get_cols 2)
|
basename $(git remotes | get_cols 2 | head -n 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_github_remote {
|
function add_github_remote {
|
||||||
|
Loading…
Reference in New Issue
Block a user