fix(n³): config

This commit is contained in:
Michel 2023-11-28 15:51:17 +01:00
parent 77bcaab8c4
commit 191884acc2
2 changed files with 13 additions and 8 deletions

View File

@ -184,7 +184,8 @@ vi --version
- Archives Management: - Archives Management:
- bsdtar (`libarchive-tools`) supports _Zstd_ - bsdtar (`libarchive-tools`) supports _Zstd_
- last release of `atool` is from 2012 - [fuse-archive](https://github.com/google/fuse-archive)
- `atool`: last release is from 2012
- https://github.com/solsticedhiver/atool2 - https://github.com/solsticedhiver/atool2
- https://github.com/wummel/patool - https://github.com/wummel/patool

8
.zshrc
View File

@ -229,9 +229,13 @@ compdef hg=rg
# nnn - n³ # nnn - n³
# #
# See https://github.com/jarun/nnn/wiki/Usage#configuration # See https://github.com/jarun/nnn/wiki/Usage#configuration
export NNN_ARCHIVE='\\.(7z|bz2|gz|tar|tbz|tgz|xz|zip|zst)$' export NNN_ARCHIVE='\.(7z|bz2|gz|tar|tbz|tgz|xz|zip|zst)$'
if (( ${+commands[fuse-archive]} )); then
export NNN_ARCHMNT='fuse-archive'
fi
export NNN_BMS="d:$HOME/Downloads" export NNN_BMS="d:$HOME/Downloads"
export NNN_OPTS='ABin' export NNN_OPENER="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins/nuke"
export NNN_OPTS='ABcGHin'
export NNN_ORDER="t:$HOME/Downloads" export NNN_ORDER="t:$HOME/Downloads"
export NNN_PLUG="d:diffs;D:dragdrop;M:xdgdefault" export NNN_PLUG="d:diffs;D:dragdrop;M:xdgdefault"
if (( ${+commands[trash-put]} )); then if (( ${+commands[trash-put]} )); then