Added client_script Audience and some shopt's.
authoradefaria <adefaria@adefaria-lt.audience.local>
Fri, 1 Aug 2014 02:11:05 +0000 (19:11 -0700)
committeradefaria <adefaria@adefaria-lt.audience.local>
Fri, 1 Aug 2014 02:11:05 +0000 (19:11 -0700)
rc/bash_login
rc/client_scripts/Audience [new file with mode: 0644]

index 89ae5a8..79d1c60 100644 (file)
@@ -129,6 +129,11 @@ set -o emacs
 set -o monitor
 set +u
 
 set -o monitor
 set +u
 
+# Shell options
+shopt -s autocd
+shopt -s cdspell
+shopt -s dirspell
+shopt -s histappend
 shopt -s lithist
 
 # Aliases:
 shopt -s lithist
 
 # Aliases:
diff --git a/rc/client_scripts/Audience b/rc/client_scripts/Audience
new file mode 100644 (file)
index 0000000..071261e
--- /dev/null
@@ -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