From 363f4b4eb547f48c1920786e88369d870cc38305 Mon Sep 17 00:00:00 2001 From: Andres Montano <andres.montano@tecnalia.com> Date: Tue, 17 Oct 2023 14:34:39 +0200 Subject: [PATCH] Add xela_server path to PATH --- dotfiles/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 25554d8..25c98ad 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -78,6 +78,7 @@ export SCM_CHECK=true source "$BASH_IT"/bash_it.sh export PATH=~/apps/:$PATH +export PATH=~/apps/xela_server:$PATH export PATH=~/.local/bin:$PATH source ~/srcs/development_environment/dotfiles/ros.bash -- GitLab