From 06393784bcab12097cb55a16b1e9846b4df3426a Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Thu, 24 Sep 2020 21:19:20 +0200 Subject: [PATCH] add .bashrc for autorun --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100755 index 0000000..13366f0 --- /dev/null +++ b/.bashrc @@ -0,0 +1,3 @@ +if [ "${XDG_VTNR}" == 1 ]; then + ./departure/departure.sh +fi