mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
# use this file to run your own startup commands for msys2 bash'
|
|
|
|
# To add a new vendor to the path, do something like:
|
|
# export PATH=${CMDER_ROOT}/vendor/whatever:${PATH}
|
|
|
|
# Uncomment this to have the ssh agent load with the first bash terminal
|
|
# . "${CMDER_ROOT}/vendor/lib/start-ssh-agent.sh" |