Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
apiote
/
dotfiles
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
c521c836fd
Branchit
Tagit
master
dotfiles
/
.profile
.profile
90 B
Historia
Raaka
1
2
3
4
5
6
7
#!/bin/sh
if [ "$(tty)" = "/dev/tty1" ] && which sway >/dev/null 2>&1
then
exec sway
fi