export _gamedir=/mnt/Skaro/Games/Linux/HumbleBundle
# ros
-source /opt/ros/groovy/setup.zsh
-export ROS_WORKSPACE=~/src/ros
-export ROS_OS_OVERRIDE=arch
+if [[ -f "/opt/ros/groovy/setup.zsh" ]]; then
+ source /opt/ros/groovy/setup.zsh
+ export ROS_WORKSPACE=~/src/ros
+ export ROS_OS_OVERRIDE=arch
+fi