Merge branch 'main' of https://git.snaile.de/luca/bootstrapper
This commit is contained in:
commit
9698ed3909
|
@ -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/"
|
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME="$HOME/.config/"
|
||||||
[ -d "$XDG_CONFIG_HOME/zsh" ] && export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"
|
[ -d "$XDG_CONFIG_HOME/zsh" ] && export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"
|
|
@ -0,0 +1,2 @@
|
||||||
|
# MIME type Extensions
|
||||||
|
text/lua lua
|
|
@ -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>
|
Loading…
Reference in New Issue