feat: Make the configuration relocatable by using relative paths

This commit is contained in:
2025-10-29 22:48:37 +01:00
parent de11c946ea
commit 111f34f0e0
7 changed files with 6 additions and 6 deletions

5
conf.d/256color Normal file
View File

@@ -0,0 +1,5 @@
# 256 Color
term screen-256color
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground