diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-16 10:03:40 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-16 10:03:40 +0100 |
commit | 199ea482c7b0d60df13019ea3c9d4332574cc9fe (patch) | |
tree | 4a62bd14a30248e8c3d2d706ef48f0c49a48e8c5 | |
parent | ssh: add a Host section for AUR (diff) | |
download | linux-home-199ea482c7b0d60df13019ea3c9d4332574cc9fe.tar.gz linux-home-199ea482c7b0d60df13019ea3c9d4332574cc9fe.zip |
nnn: add bookmarks
-rw-r--r-- | %HOME%/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile index 6f01ed4..72d5110 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -138,3 +138,4 @@ command -v fd > /dev/null 2>&1 \ # -o Only open on Enter, not on l. export NNN_OPTS=Aeo export NNN_PLUG='f:myfzcd' +export NNN_BMS="d:$HOME/Downloads;w:$HOME/workspace/personal" |