diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:48:21 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:48:21 -0400 |
commit | 9d689e7d224b5c1ea3ab3018998135979f19c5a9 (patch) | |
tree | 3778e974ec6826c253e73642f64d8cb030f135df /.wmii-hg/include.sh | |
parent | 0e2d2d798ff057e6efa9b1a7a918c06aa18a1345 (diff) |
add .wmii-hg
Diffstat (limited to '.wmii-hg/include.sh')
-rw-r--r-- | .wmii-hg/include.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.wmii-hg/include.sh b/.wmii-hg/include.sh new file mode 100644 index 0000000..38551aa --- /dev/null +++ b/.wmii-hg/include.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if [[ -z "$WMII_NAMESPACE" ]]; then + export WMII_NAMESPACE="`wmiir namespace`" +fi +if [[ -z "$WMII_DIR" ]]; then + export WMII_DIR="$HOME/n/wmii" +fi + +. util.sh +. config.sh |