aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-06-03 18:40:38 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-06-03 18:40:38 +0000
commitab0a28d7fac244d5be3b88a0fae1546c08c434e8 (patch)
treea9d47668d68357019bc47b2f247c062abbcee375
parentf77a67e12e8b7cbeb829eb72639e293e96978277 (diff)
downloaddotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar.gz
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar.bz2
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar.lz
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar.xz
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.tar.zst
dotfiles-ab0a28d7fac244d5be3b88a0fae1546c08c434e8.zip
Add .profile gem support and change foot bindings
-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