X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=dsremote;h=13a5176b05311abfb841dc303c4597bc13919bc9;hp=2557b73c76ca4c5e68a0f55fd78fad2e21e88637;hb=7d5e9e87105fafa2243603f958c8b41cdaa7f0ad;hpb=32a1673064cfd9eaa165b4ea62fa416f02f3dfd2 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