Ver a proveniência

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

master
Mitch Tishmack há 6 anos
ascendente
cometimento
0b0308cb64
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      dotprofile.org

+ 4
- 1
dotprofile.org Ver ficheiro

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



Carregando…
Cancelar
Guardar