1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-24 09:35:11 +01:00
commit 9698ed3909
3 changed files with 14 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh
[ -z "$XDG_DATA_DIRS" ] && export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME="$HOME/.config/"
[ -d "$XDG_CONFIG_HOME/zsh" ] && export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"

View File

@ -0,0 +1,2 @@
# MIME type Extensions
text/lua lua

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="text/lua">
<comment>Lua program</comment>
<alias type="application/x-lua"/>
<alias type="application/lua"/>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.lua"/>
</mime-type>