From 4dcac0d545daa8279fbb1d79fb0ca20512753489 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 20 Oct 2016 07:57:58 +0900
Subject: [PATCH] Change install location for install-type bin

---
 src/configs/destinations.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/configs/destinations.json b/src/configs/destinations.json
index 8fed235..1ea1bbf 100644
--- a/src/configs/destinations.json
+++ b/src/configs/destinations.json
@@ -1,5 +1,5 @@
 {
-    "bin": "$HOME/bin",
+    "bin": "$HOME/.bin",
     "downloads": "$HOME/Downloads",
     "documents": "$HOME/Documents",
     "pictures": "$HOME/Pictures",
-- 
GitLab