diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-23 15:02:26 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:13 -0400 |
commit | f98af4dae72adcc7866a5e9b5f4190e2b5e616d0 (patch) | |
tree | a3d95170ba321dff919c59598c26be3d09fe34bb | |
parent | Set TXMFHOME to ~/.texmf (diff) |
Added .devscripts
-rw-r--r-- | .devscripts | 1 | ||||
-rwxr-xr-x | dm | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.devscripts b/.devscripts new file mode 100644 index 0000000..b3387f6 --- /dev/null +++ b/.devscripts @@ -0,0 +1 @@ +BTS_SENDMAIL_COMMAND="MSMTP_PATH -t" @@ -4,6 +4,7 @@ SUBSTS_FILE=SUBSTS.local # Files that need changes to work locally or that contain sensitive # information LOCAL_FILES = \ + .devscripts \ .gitconfig \ .imapfilter/config.lua \ .msmtprc \ @@ -69,6 +70,7 @@ ZSH_HOST_COLOUR = $(call get-val,ZSH_HOST_COLOUR) SCREEN_HOST_COLOUR = $(call get-val,SCREEN_HOST_COLOUR) SUBSTS_RM = $(call get-val,SUBSTS_RM) +VARS_.devscripts = MSMTP_PATH VARS_.gitconfig = MSMTP_PATH VARS_.imapfilter/config.lua = LOCAL_PASS PM_EMAIL VARS_.msmtprc = GMAIL_PASS QUEENSU_PASS |