diff --git a/Batch/mkHTMLIndex.sh b/Batch/mkHTMLIndex.sh index aca6ec8..166bdd0 100755 --- a/Batch/mkHTMLIndex.sh +++ b/Batch/mkHTMLIndex.sh @@ -1,5 +1,6 @@ #!/bin/bash # Script to generate HTML index files for directories using 'tree' +# Works with 'tree' 1.7.0 under Cygwin # Array of dirs to exclude exclude_paths=( @@ -45,7 +46,7 @@ for dir in "${dirs[@]}"; do | sed \ -e '/
/,+7d' \ -e 's/href="\.">\./href="..">../' \ - -e 's/BODY {/BODY { color: lime; background: black;/' \ + -e 's/BODY {\(.*\)}/BODY {\1color: lime; background: black; }/' \ -e 's/color: black;/color: lime;/' \ -e 's/color: blue;/color: deepskyblue;/' \ -e 's/color: green;/color: limegreen;/' \ diff --git a/Cmder/config/clink_settings b/Cmder/config/clink_settings index 8536ac7..c501d7d 100755 --- a/Cmder/config/clink_settings +++ b/Cmder/config/clink_settings @@ -3,6 +3,11 @@ # options: off,check,prompt,auto clink.autoupdate = off +# name: Selects default key bindings +# type: enum +# options: bash,windows +clink.default_bindings = windows + # name: Strips CR and LF chars on paste # type: enum # options: delete,space,ampersand,crlf diff --git a/Cmder/config/user-ConEmu.xml b/Cmder/config/user-ConEmu.xml index 20c3b42..a0ed507 100755 --- a/Cmder/config/user-ConEmu.xml +++ b/Cmder/config/user-ConEmu.xml @@ -731,7 +731,7 @@ - + @@ -924,8 +924,8 @@ - - + +