cygwin complaints
This commit is contained in:
10
qcd_function
10
qcd_function
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user