Compare commits

...

4 Commits

Author SHA1 Message Date
Mohamed Bashar Touil d26e668c30
Merge 7ab308aa72 into 470d5a5c08 2023-11-20 13:30:30 -05:00
Ryan Delaney 470d5a5c08
Merge pull request #209 from fox-forks/hyperupcall-locale
fix: Reset `LC_ALL` in Makefile
2023-11-20 11:29:34 -05:00
Edwin Kofler 8720fcc86d
fix: Reset `LC_ALL` in Makefile 2023-11-18 15:51:18 -08:00
somebodyawesome-dev 7ab308aa72 added .prisma extension 2023-11-17 20:43:01 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # core
.ppts 38;5;166 # Presentation
.pptxm 38;5;166;4 # Presentation (with macros)
.pptsm 38;5;166;4 # Presentation (with macros)
.prisma 38;5;222 # Prisma Schema/Config
.csv 38;5;78 # Spreadsheet (plain text)
.tsv 38;5;78 # Spreadsheet (plain text)
.numbers 38;5;112 # Spreadsheet

View File

@ -1,3 +1,4 @@
export LC_ALL=C
FILE_NAME=lscolors
export XDG_DATA_HOME ?= $${$$HOME/.local/share}