From ab0a28d7fac244d5be3b88a0fae1546c08c434e8 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 3 Jun 2024 20:40:38 +0200 Subject: Add .profile gem support and change foot bindings --- .profile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 4b46f34..4de88c8 100755 --- a/.profile +++ b/.profile @@ -81,5 +81,13 @@ $HOME/.local/bin:\ $HOME/.luarocks/bin:\ $HOME/.dotnet/tools:\ $PATH" + +if [ -n "$(which gem)" ] +then + GEM_HOME="$(gem env user_gemhome)" + export GEM_HOME + PATH="$PATH:$GEM_HOME/bin" +fi + export PATH -- cgit v1.2.3