From 67a3b753d81cf5b04af6d9cce751b3d21f3c6923 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 23 Dec 2020 20:18:48 +0100 Subject: [PATCH] add ruby to path --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 098f0ae..4472972 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,6 +4,6 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH"; +export PATH="$HOME/.gem/ruby/2.7.0/bin:$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH"; export DATA="/media/me/dataDrive" [ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"