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