mostly fixes for new error handling
[distro-setup] / desktop-20-autostart.sh
index 03be1c58356cb5c0d063977214a6b8bc2c871560..ed83642aa02c9a9173695cd846da4e7e7155fb6e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 # Copyright (C) 2016 Ian Kelling
 
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # first 2 alternatives showed under ubuntu 14.04, second 2 under arch at 11/2015
-
+if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi
 if [[ $1 ]]; then
     right_monitor_rotation=left
 else