aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/foot/foot.ini4
-rwxr-xr-x.profile8
2 files changed, 10 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index acae865..289ddf9 100644
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -145,8 +145,8 @@ urls=8be9fd
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
# pipe-selected=[xargs -r firefox] none
# show-urls-launch=Control+Shift+u
-show-urls-launch=Control+Shift+o
-show-urls-copy=Control+o
+show-urls-launch=Control+o
+show-urls-copy=Control+Shift+O
# show-urls-persistent=none
# noop=none
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