From 621a82c419431f993356a8249a4e3e0aa9b10b59 Mon Sep 17 00:00:00 2001 From: inkch Date: Mon, 20 Jan 2025 19:44:28 +0900 Subject: [PATCH] fish: change nnn bookmarks (env variable) (again) --- dot_config/private_fish/env.fish.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/private_fish/env.fish.tmpl b/dot_config/private_fish/env.fish.tmpl index 98a9c41..f25103b 100644 --- a/dot_config/private_fish/env.fish.tmpl +++ b/dot_config/private_fish/env.fish.tmpl @@ -43,7 +43,7 @@ set -x LESSHISTFILE '-' if type -q nnn set -x NNN_CONTEXT_COLORS '4231' {{- if eq .chezmoi.osRelease.id "arch" }} - set -x NNN_BMS 'j:/mnt/hdd2;l:/mnt/hdd2/vids/films;m:/mnt/;h:/mnt/hdd/;d:~/dl;t:/mnt/hdd/torrent;.:~/.config' + set -x NNN_BMS 'm:/mnt/;h:/mnt/hdd/;t:/mnt/hdd/torrent;v:/mnt/hdd/vids;B:/mnt/hdd/bass;b:/mnt/hdd/books;M:/mnt/hdd/books/manga;d:~/dl;.:~/.config' {{- else if eq .chezmoi.osRelease.id "buzz" }} set -x NNN_BMS 'u:/usbkey;m:/mnt/;d:~/dl;t:~/dl/torrent;.:~/.config' {{ end }}