aboutsummaryrefslogtreecommitdiff
path: root/config/fish
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-08-13 22:13:01 +0200
committerCharles Cabergs <me@cacharle.xyz>2024-08-13 22:13:01 +0200
commit7098fb9202cc36241dc08b6ca1cd68b6558f1629 (patch)
tree81a8fd6079964a43c96fde54edf84ce2837a534b /config/fish
parent47aaf2b29fa14eb683c6043b62cc11748cd073af (diff)
parentce3c6a8d435272de5b549cd51c7f8fa915b64518 (diff)
downloaddotfiles-7098fb9202cc36241dc08b6ca1cd68b6558f1629.tar.gz
dotfiles-7098fb9202cc36241dc08b6ca1cd68b6558f1629.tar.bz2
dotfiles-7098fb9202cc36241dc08b6ca1cd68b6558f1629.zip
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to '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 54e6317..9418952 100644
--- a/config/fish/config.fish
+++ b/config/fish/config.fish
@@ -97,6 +97,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
@@ -234,6 +236,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