move nnn configuration to its own file, fixes

This commit is contained in:
2021-05-09 22:16:05 +02:00
parent ea0a655fa8
commit 86c249c53b
6 changed files with 61 additions and 8 deletions

5
nnn/.config/.nnn.env Normal file
View File

@@ -0,0 +1,5 @@
export NNN_OPTS='ds'
export NNN_COLORS='1235'
export NNN_TRASH=1
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
export NNN_PLUG='s:start_shell'

View File

@@ -0,0 +1,7 @@
#!/bin/zsh
# Description: Start an interactive zsh shell.
export nnn="$1"
zsh -i