diff options
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 |