X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=dsremote;h=13a5176b05311abfb841dc303c4597bc13919bc9;hb=7f759d320592e791a62cd0a966350e8c53ee0976;hp=2557b73c76ca4c5e68a0f55fd78fad2e21e88637;hpb=eb9b839bb5a91c60cc4f6eb9d7e38ffbf73f0e90;p=distro-setup diff --git a/dsremote b/dsremote index 2557b73..13a5176 100755 --- a/dsremote +++ b/dsremote @@ -1,4 +1,4 @@ -#!/bin/bash -l +#!/bin/bash # Copyright (C) 2016 Ian Kelling # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi + set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR