summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:20:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:20:24 -0400
commit50f63e1b3ed7e831377f957fac49d9b44098e94e (patch)
tree7c592d8f9a524cf9489206ffd73285b80eddbe4d /.config
parent952f28940bfa00c1ed0b983d8474ea51559cad44 (diff)
parentab764565762ea507c642c4c422d5980b06279c9c (diff)
Merge branch 'master' into build64-par
Diffstat (limited to '.config')
-rw-r--r--.config/wmii-hg/include.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/wmii-hg/include.sh b/.config/wmii-hg/include.sh
index 23a8e4a..bd9456f 100644
--- a/.config/wmii-hg/include.sh
+++ b/.config/wmii-hg/include.sh
@@ -1,10 +1,10 @@
#!/bin/bash
if [[ -z "$WMII_NAMESPACE" ]]; then
- export WMII_NAMESPACE="`wmiir namespace`"
+ export WMII_NAMESPACE="`wmiir namespace`"
fi
if [[ -z "$WMII_DIR" ]]; then
- export WMII_DIR="$HOME/n/wmii${DISPLAY}"
+ export WMII_DIR="$HOME/n/wmii${DISPLAY}"
fi
. util.sh