set NNN_ARCHIVE
This commit is contained in:
parent
5a847657dc
commit
4aa652360e
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -104,6 +104,9 @@ else
|
||||||
export BROWSER='zen-browser'
|
export BROWSER='zen-browser'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Compilation flags
|
# n³ settings
|
||||||
|
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)$"
|
||||||
|
|
||||||
|
# Compilation flags:
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
|
|
Reference in a new issue