# This file has been automatically generated by env-tool. # You probably do not want to edit this by hand. alias foo bar echo "env-tool: aliasing foo with bar" alias foo baz echo "env-tool: aliasing foo with baz" alias foo /testing/qux echo "env-tool: aliasing foo with /testing/qux" # Thank you for using env-tool!