aboutsummaryrefslogtreecommitdiff
path: root/config/fish/config.fish
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-08-07 14:25:55 +0200
committerCharles Cabergs <me@cacharle.xyz>2024-08-07 14:25:55 +0200
commit16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf (patch)
treee357bed61e6bfb1341ee83ba1566624180f0a7ef /config/fish/config.fish
parentecc53220883bdfc6bab7e6500b52bf452085f4a7 (diff)
parent14fd2b86e66bfc0fde741ed0c5b3cf1cdab9203b (diff)
downloaddotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.tar.gz
dotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.tar.bz2
dotfiles-16aec8ae25f9ef5e7b8ca115d1a94be0fd35acaf.zip
Merge branch 'master' of https://github.com/cacharle/dotfiles
Diffstat (limited to 'config/fish/config.fish')
-rw-r--r--config/fish/config.fish4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish
index ac67f57..65b477f 100644
--- a/config/fish/config.fish
+++ b/config/fish/config.fish
@@ -94,6 +94,8 @@ set -gx GPG_TTY "$(tty)"
# valgrind requires this to work on arch linux (from: https://bbs.archlinux.org/viewtopic.php?id=276422)
set -gx DEBUGINFOD_URLS 'https://debuginfod.archlinux.org'
+set -gx HOST "$(cat /etc/hostname)" # for compatibility with Xmonad.Layout.OnHost
+set -gx LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/usr/local/lib" # https://github.com/rust-lang/rust/issues/24677
if status is-interactive
fish_vi_key_bindings
@@ -231,6 +233,6 @@ if status is-login
# setting the keyrepeat delay and interval here as the default ones
# since some applications reset the those if we use xset r rate 200 30 instead
startx "$XDG_CONFIG_HOME/x11/xinitrc" -- -ardelay 200 -arinterval 30
- poweroff
+ #poweroff
end
end