From f9c11b13c0c39fa37a01475266cdb2d2a642df04 Mon Sep 17 00:00:00 2001 From: adefaria Date: Thu, 31 Jul 2014 19:11:05 -0700 Subject: [PATCH] Added client_script Audience and some shopt's. --- rc/bash_login | 5 +++++ rc/client_scripts/Audience | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 rc/client_scripts/Audience diff --git a/rc/bash_login b/rc/bash_login index 89ae5a8..79d1c60 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -129,6 +129,11 @@ set -o emacs set -o monitor set +u +# Shell options +shopt -s autocd +shopt -s cdspell +shopt -s dirspell +shopt -s histappend shopt -s lithist # Aliases: diff --git a/rc/client_scripts/Audience b/rc/client_scripts/Audience new file mode 100644 index 0000000..071261e --- /dev/null +++ b/rc/client_scripts/Audience @@ -0,0 +1,24 @@ +#!/bin/bash +################################################################################ +# +# File: $RCSfile: Audience,v $ +# Revision: $Revision: 1.0 $ +# Description: Client specific start up for Audience +# Author: Andrew@ClearSCM.com +# Created: Fri Nov 8 13:50:01 PST 2013 +# Modified: $Date: $ +# Language: bash +# +# (c) Copyright 2013, ClearSCM, Inc., all rights reserved. +# +################################################################################ +export SMTPHOST=cas.audience.local +export SMTPFROM=cm@audience.com +export CLEARADM_SERVER=adefaria-lt +export P4CONFIG=.p4config + +append_to_path /cygdrive/c/Program\ Files/Perforce +append_to_path /cygdrive/c/Program\ Files\ \(x86\)/MATLAB/R2013a/bin +append_to_path /mnt/fs-ReleaseEng/Dev/bin + +export CDPATH=~/p4/prod/AudEngr/Import/VSS/ReleaseEng -- 2.17.1