From ea7c906dd7ebe00757357f72d9f43efff0870c49 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Mon, 17 Oct 2016 04:18:09 +0900
Subject: [PATCH] Add install-type bin

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

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