+ MacOS support? Polishing later
This commit is contained in:
parent
e5ba0534aa
commit
a6ee74ce4d
4 changed files with 41 additions and 26 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
|
||||
|
||||
exec tdm --xstart
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
else
|
||||
exec tdm --xstart
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue