From d54d47d944cbc6fbd72126f26f9edea3b4d6de72 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 8 Sep 2025 19:01:27 +0200 Subject: in progress --- .config/env | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to '.config/env') diff --git a/.config/env b/.config/env index b8fc6b6..82f6e23 100644 --- a/.config/env +++ b/.config/env @@ -103,18 +103,16 @@ export NNN_OPTS='aAdrRQ' export NNN_COLORS='4132' export NNN_FCOLORS='030304020005060801ac0507' export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$" -export NNN_PLUG='t:joe_fzfcd;p:joe_preview' export NNN_TERMINAL=$TERMINAL export NNN_PAGER='less' +export NNN_BATTHEME='gruvbox-dark' +export NNN_BATSTYLE='plain' +export NNN_PREVIEWIMGPROG='icat' +export NNN_ICONLOOKUP=0 +export NNN_PLUG='t:-joe_fzfcd;p:-joe_preview;P:-preview-tui;s:-!du -sh;f:-fzopen' export RUSTFLAGS='-L /usr/local/lib' export WWW_HOME='https://start.duckduckgo.com/' export YTFZF_HIST='0' -# wayland -export WLR_DRM_NO_ATOMIC=1 -export XDG_SESSION_TYPE=wayland -export XDG_CURRENT_DESKTOP=dwl -export MOZ_ENABLE_WAYLAND=1 - # PATH export PATH="$HOME"/.local/bin:"$HOME"/.local/bin/status:/usr/local/llvm13/bin:"$HOME"/.pyenv/bin:"$PATH" -- cgit v1.2.3