Explorar el Código

For try_git print out the directory cd'd to similar to cd -

master
Mitch Tishmack hace 6 años
padre
commit
0b0308cb64
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      dotprofile.org

+ 4
- 1
dotprofile.org Ver fichero

@@ -260,7 +260,10 @@ try_git()
fi
fi
else
[ -d "${repo}" ] && cd "${repo}"
if [ -d "${repo}" ]; then
echo "${repo}" | sed -e "s|$HOME|~|"
cd "${repo}"
fi
fi
}



Cargando…
Cancelar
Guardar