1
0
forked from extern/nix-config

Fix the clone url for GitLab in .zsh_functions

This commit is contained in:
Donovan Glover 2017-12-11 23:04:12 -05:00
parent d5aef907b5
commit e1ec30f819
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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")
} }