diff --git a/tools/openwrtenv.sh b/tools/openwrtenv.sh index d8e08035..4aac6033 100644 --- a/tools/openwrtenv.sh +++ b/tools/openwrtenv.sh @@ -14,5 +14,7 @@ export CC=mips-openwrt-linux-uclibc-gcc export LD=mips-openwrt-linux-uclibc-ld export AR=mips-openwrt-linux-uclibc-ar -/bin/bash +#bash --rcfile <(cat ~/.bashrc; echo 'PS1="OpenWrtEnv:\w\$"') +echo 'export PS1="OpenWrtEnv:\w\$ "' > /tmp/brc +bash --rcfile /tmp/brc