From 91cae8271cf964df485bad3d15e74c240bcdddcb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 20 Feb 2015 18:53:32 +0000 Subject: [PATCH] zsh: add jade to rosinit --- zsh/functions/rosinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/rosinit b/zsh/functions/rosinit index 082f156..5924b3b 100644 --- a/zsh/functions/rosinit +++ b/zsh/functions/rosinit @@ -3,7 +3,7 @@ function rosinit() { local WORKSPACE=~/src/ros local -a ROS_DISTROS - ROS_DISTROS=("hydro" "indigo") + ROS_DISTROS=("hydro" "indigo" "jade") local distro=$1 if [[ -z "$distro" ]]; then -- 2.48.1