X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f8f50b53a08680745190898c46e68b26775529d1..7df7fe859d85196c5931f5d809edcb2bc4435033:/zshrc diff --git a/zshrc b/zshrc index 880805c..dd2e117 100644 --- a/zshrc +++ b/zshrc @@ -57,6 +57,8 @@ hash -d UniMaas=~/dropbox/Documents/UniMaas 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