diff --git a/start-dev-env.sh b/start-dev-env.sh index 51687af7..fd747c4c 100755 --- a/start-dev-env.sh +++ b/start-dev-env.sh @@ -48,6 +48,9 @@ if [ "$1" = "--setup" ]; then # Python paths echo $(python /code/opendm/context.py) >> $HOME/.bashrc + # Misc aliases + echo "alias pdal=/code/SuperBuild/install/bin/pdal" >> $HOME/.bashrc + su -c bash $2 exit 0 fi