mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-15 22:27:51 +08:00
fix a typo
This commit is contained in:
2
vendor/cmder.sh
vendored
2
vendor/cmder.sh
vendored
@ -77,7 +77,7 @@ fi
|
||||
|
||||
if [ ! -f "${initialConfig}" ] ; then
|
||||
echo Creating user startup file: "${initialConfig}"
|
||||
cat <<-eof >"${initialCodfig}"
|
||||
cat <<-eof >"${initialConfig}"
|
||||
# use this file to run your own startup commands for msys2 bash'
|
||||
|
||||
# To add a new vendor to the path, do something like:
|
||||
|
Reference in New Issue
Block a user