mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
fix a typo
This commit is contained in:
parent
959073ac5c
commit
7294092618
4
vendor/cmder.sh
vendored
4
vendor/cmder.sh
vendored
@ -4,7 +4,7 @@
|
|||||||
# these customizations will follow Cmder if $CMDER_ROOT is copied
|
# these customizations will follow Cmder if $CMDER_ROOT is copied
|
||||||
# to another machine.
|
# to another machine.
|
||||||
#
|
#
|
||||||
# Add system specific users customizations to $HOME/.bashrc, these
|
# Add system specific users customizations to $HOME/.bashrc, these
|
||||||
# customizations will not follow Cmder to another machine.
|
# customizations will not follow Cmder to another machine.
|
||||||
|
|
||||||
function runProfiled {
|
function runProfiled {
|
||||||
@ -77,7 +77,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -f "${initialConfig}" ] ; then
|
if [ ! -f "${initialConfig}" ] ; then
|
||||||
echo Creating user startup file: "${initialConfig}"
|
echo Creating user startup file: "${initialConfig}"
|
||||||
cat <<-eof >"${initialCodfig}"
|
cat <<-eof >"${initialConfig}"
|
||||||
# use this file to run your own startup commands for msys2 bash'
|
# use this file to run your own startup commands for msys2 bash'
|
||||||
|
|
||||||
# To add a new vendor to the path, do something like:
|
# To add a new vendor to the path, do something like:
|
||||||
|
Loading…
Reference in New Issue
Block a user