rename git clone function

This commit is contained in:
jc 2023-11-17 13:11:48 -05:00
commit 06c53f054c
No known key found for this signature in database

View file

@ -130,7 +130,7 @@ fcd() {
} }
# clone repository # clone repository
gc() { clone() {
local url=$1 local url=$1
local ghq_dir="$HOME/ghq" local ghq_dir="$HOME/ghq"