add .bashrc for autorun

This commit is contained in:
Martin Selbmann 2020-09-24 21:19:20 +02:00
parent 8d313e16f1
commit 06393784bc
1 changed files with 3 additions and 0 deletions

3
.bashrc Executable file
View File

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