mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-11 04:57:28 +08:00
Compare commits
3 Commits
copilot/im
...
copilot/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27e27cae14 | ||
|
|
4763821a77 | ||
|
|
ddaa2f1c4e |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -242,7 +242,7 @@ jobs:
|
|||||||
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
|
$summary | Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
build/cmder.zip
|
build/cmder.zip
|
||||||
|
|||||||
4
vendor/clink_settings.default
vendored
4
vendor/clink_settings.default
vendored
@@ -30,3 +30,7 @@ cmd.auto_answer = answer_yes
|
|||||||
# name: Doskey completions
|
# name: Doskey completions
|
||||||
# type: color
|
# type: color
|
||||||
color.doskey = yellow
|
color.doskey = yellow
|
||||||
|
|
||||||
|
# name: Show a suggestion in a muted color
|
||||||
|
# type: boolean
|
||||||
|
autosuggest.inline
|
||||||
|
|||||||
Reference in New Issue
Block a user