fix(n³): config
This commit is contained in:
parent
77bcaab8c4
commit
191884acc2
@ -184,7 +184,8 @@ vi --version
|
||||
|
||||
- Archives Management:
|
||||
- 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/wummel/patool
|
||||
|
||||
|
8
.zshrc
8
.zshrc
@ -229,9 +229,13 @@ compdef hg=rg
|
||||
# nnn - n³
|
||||
#
|
||||
# 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_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_PLUG="d:diffs;D:dragdrop;M:xdgdefault"
|
||||
if (( ${+commands[trash-put]} )); then
|
||||
|
Loading…
x
Reference in New Issue
Block a user