Compare commits

...

2 Commits

Author SHA1 Message Date
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
1 changed files with 1 additions and 0 deletions

View File

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