add .bashrc for autorun

This commit is contained in:
Martin Selbmann 2020-09-24 21:19:20 +02:00
parent 8d313e16f1
commit 06393784bc

3
.bashrc Executable file
View file

@ -0,0 +1,3 @@
if [ "${XDG_VTNR}" == 1 ]; then
./departure/departure.sh
fi