diff options
author | joe <rbo@gmx.us> | 2025-09-08 19:01:27 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-08 19:01:27 +0200 |
commit | d54d47d944cbc6fbd72126f26f9edea3b4d6de72 (patch) | |
tree | ab045cb2b7952eab87d495629822820ebba336f6 /.config/env | |
parent | up (diff) | |
download | dotfiles-bsd-d54d47d944cbc6fbd72126f26f9edea3b4d6de72.tar.gz dotfiles-bsd-d54d47d944cbc6fbd72126f26f9edea3b4d6de72.tar.bz2 dotfiles-bsd-d54d47d944cbc6fbd72126f26f9edea3b4d6de72.tar.xz dotfiles-bsd-d54d47d944cbc6fbd72126f26f9edea3b4d6de72.tar.zst dotfiles-bsd-d54d47d944cbc6fbd72126f26f9edea3b4d6de72.zip |
in progress
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 12 |
1 files changed, 5 insertions, 7 deletions
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" |