Compare commits
2 Commits
0c486d0510
...
10b4fe617f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
10b4fe617f | ||
![]() |
7f67a66f83 |
@@ -40,8 +40,14 @@ set -x LESS '-RI'
|
||||
set -x LESSHISTFILE '-'
|
||||
|
||||
# nnn (filemanager) settings
|
||||
set -x NNN_CONTEXT_COLORS '4231'
|
||||
set -x NNN_BMS 'j:/mnt/hdd2;l:/mnt/hdd2/vids/films;m:/mnt/;h:/mnt/hdd/;d:~/dl;t:~/dl/torrent;.:~/.config'
|
||||
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'
|
||||
{{- else if eq .chezmoi.osRelease.id "buzz" }}
|
||||
set -x NNN_BMS 'u:/usbkey;m:/mnt/;d:~/dl;t:~/dl/torrent;.:~/.config'
|
||||
{{ end }}
|
||||
end
|
||||
|
||||
# python
|
||||
set -x PYTHONSTARTUP $XDG_CONFIG_HOME/pythonrc
|
||||
|
Reference in New Issue
Block a user