From: Siraaj Khandkar Date: Mon, 29 Apr 2019 10:30:12 +0000 (-0400) Subject: Stay in repo directory after cloning X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=69379959ee3d3c60d3307b0c9329590482045acc Stay in repo directory after cloning --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index b97511c..1cc5f7f 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -119,7 +119,6 @@ gh_clone_repo() { mkdir -p "$gh_dir" cd "$gh_dir" || exit 1 git clone "$1" - cd - || exit 1 } work_log_template() {