]> git.rmz.io Git - dotfiles.git/blobdiff - zshrc
zsh: move ros initialisation to its own function
[dotfiles.git] / zshrc
diff --git a/zshrc b/zshrc
index cf7be9bdd973a92c9d97fdf6074b78004ca48cba..2d8463f1d40d927f0a33d8c52a27f86d5150a726 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -67,8 +67,3 @@ hash -d UniMaas=~/dropbox/Documents/UniMaas
 # set some env variables
 export _gamedir=/mnt/Skaro/Games/Linux/HumbleBundle
 
-# ros
-if [[ -f "/opt/ros/groovy/setup.zsh" ]]; then
-    export ROS_WORKSPACE=~/src/ros
-    export ROS_OS_OVERRIDE=arch
-fi