Stay in repo directory after cloning
[khome.git] / home / lib / login_functions.sh
index 2a24413..1cc5f7f 100644 (file)
@@ -82,7 +82,7 @@ experiment() {
 }
 
 hump() {
-    ledit -l $(stty size | awk '{print $2}') ocaml $@
+    ledit -l "$(stty size | awk '{print $2}')" ocaml $@
 }
 
 howto() {
@@ -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() {
This page took 0.028589 seconds and 4 git commands to generate.