diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-11 13:19:52 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-11 13:19:52 +0100 |
commit | 449f969b19e1b6a5e402305f2c968d9ed09dedf7 (patch) | |
tree | e3c963bd18f4d8a27800449e0ec1def2da61d6ee /config | |
parent | 0467fa38e57589f2bcd5cfeca5643f360800460e (diff) |
checkpoint
Diffstat (limited to 'config')
-rwxr-xr-x | config/home/.xprofile | 2 | ||||
-rw-r--r-- | config/home/.zshenv | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile index 718a319..9051049 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -2,7 +2,7 @@ feh --no-fehbg --bg-scale "$HOME"/pics/wallpaper & -setxkbmap us -variant colemak -option ctrl:swapcaps,menu:altwin & +setxkbmap us -variant colemak -option ctrl:swapcaps,altwin:menu_win & # TODO: check if this is home if [ "$(hostname)" = "winter" ]; then diff --git a/config/home/.zshenv b/config/home/.zshenv index 9a295d2..5fbc1b9 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -101,7 +101,8 @@ export PATH="$PATH:$GOPATH/bin" export PLAN9=/usr/lib/plan9 export PATH="$PATH:$PLAN9/bin" -export LD_LIBRARY_PATH=/usr/local/lib/ +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/usr/local/lib/ +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":. export MAKEFLAGS="-j$(nproc)" |