+ MacOS support? Polishing later

This commit is contained in:
Ahmad Ansori Palembani 2022-06-17 14:13:25 +07:00
parent e5ba0534aa
commit a6ee74ce4d
4 changed files with 41 additions and 26 deletions

View file

@ -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