cygwin complaints

This commit is contained in:
Ville Rantanen
2019-10-10 21:49:08 +03:00
parent 22f2cc539b
commit e2c16ea8d4

View File

@@ -1,12 +1,10 @@
## improved CD commands: ## improved CD commands:
_QCD_FIND=find _QCD_FIND=find
case $OSTYPE in if [[ "$OSTYPE" = "darwin"* ]]; then
darwin*)
alias tac=gtac alias tac=gtac
_QCD_FIND=gfind _QCD_FIND=gfind
;; fi
esac
function gcd() { function gcd() {
# guess cd, find first match in folder, or ask if multiple hits # guess cd, find first match in folder, or ask if multiple hits