summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/vim-powerline.sh2
-rwxr-xr-xsrc/xcompose.sh6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/vim-powerline.sh b/src/vim-powerline.sh
index 1d0743a..a50f16e 100755
--- a/src/vim-powerline.sh
+++ b/src/vim-powerline.sh
@@ -6,7 +6,7 @@ cd ${BASEDIR}/../
cd src/vim-powerline
-GENDIR="../../gen"
+GENDIR="../../home"
mkdir -p $GENDIR/.vim
cp -r autoload doc plugin $GENDIR/.vim
diff --git a/src/xcompose.sh b/src/xcompose.sh
index 3173963..f1c53ba 100755
--- a/src/xcompose.sh
+++ b/src/xcompose.sh
@@ -4,5 +4,7 @@
BASEDIR=`dirname $(readlink -f $0)`
cd ${BASEDIR}/../
-rm -f gen/.XCompose
-cp src/xcompose/dotXCompose gen/.XCompose
+diff -ur home/.XCompose src/xcompose/dotXCompose
+
+rm -f home/.XCompose
+cp src/xcompose/dotXCompose home/.XCompose