Przeglądaj źródła

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

master
Mitch Tishmack 6 lat temu
rodzic
commit
0b0308cb64
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      dotprofile.org

+ 4
- 1
dotprofile.org Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz