mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
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
|
# Do the same for GitLab
|
||||||
function lab() {
|
function lab() {
|
||||||
git clone ssh://git@gitlab.com/$1.git
|
git clone git@gitlab.com:$1.git
|
||||||
cd $(basename "$1")
|
cd $(basename "$1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user