X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=elisp;fp=elisp;h=087e53b1b1be351d9e1dcb2bc220b1cf390e5914;hp=21ff0db8226ecfd36e7bff8cde74314cd2a605f0;hb=65a0d6984b02937e49093c32c37b5cfbc26e3b79;hpb=e9fda13d66976d9d0934a3c21f218cedfde47ac8 diff --git a/elisp b/elisp index 21ff0db..087e53b 100755 --- a/elisp +++ b/elisp @@ -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 + if [[ $1 == -u ]]; then u="git pull" else