forked from extern/nix-config
Fix the clone url for GitLab in .zsh_functions
This commit is contained in:
parent
d5aef907b5
commit
e1ec30f819
@ -66,7 +66,7 @@ function hub() {
|
||||
|
||||
# Do the same for GitLab
|
||||
function lab() {
|
||||
git clone ssh://git@gitlab.com/$1.git
|
||||
git clone git@gitlab.com:$1.git
|
||||
cd $(basename "$1")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user